Compare commits

...

3 commits

Author SHA1 Message Date
Aaron Honeycutt
495c527bc2 Merge branch 'rust-rewrite' into 'main'
Rust rewrite

See merge request ahoneybun/nix-configs!8
2025-04-20 09:52:04 -06:00
Aaron Honeycutt
8758d79b25 Edit luks-btrfs-subvolumes.nix 2025-04-20 09:51:59 -06:00
Aaron Honeycutt
8df698b43f fix home-manager to 24.11 release 2025-04-19 17:53:57 -06:00
2 changed files with 2 additions and 4 deletions

View file

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

View file

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