Compare commits

..

1 commit

Author SHA1 Message Date
Aaron Honeycutt
0a154988c7 Merge branch 'rust-rewrite' into 'main'
Rust rewrite

See merge request ahoneybun/nix-configs!8
2025-04-12 13:35:46 -06:00
2 changed files with 4 additions and 2 deletions

View file

@ -9,7 +9,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = {
url = "github:nix-community/home-manager/release-24.11";
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
nixos-hardware.url = "github:NixOS/nixos-hardware/master";

View file

@ -14,7 +14,9 @@
type = "filesystem";
format = "vfat";
mountpoint = "/boot";
mountOptions = [ "umask=0077" ];
mountOptions = [
"defaults"
];
};
};
luks = {