zephyrus: ensure home is mounted for agenix
This commit is contained in:
parent
562701109f
commit
94a1f76ad6
|
@ -29,6 +29,7 @@ in
|
||||||
{ device = "/dev/disk/by-uuid/6395cef1-c30b-450a-917c-cfb3c0380642";
|
{ device = "/dev/disk/by-uuid/6395cef1-c30b-450a-917c-cfb3c0380642";
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
options = [ "subvol=@home" "compress=zstd" "noatime" ];
|
options = [ "subvol=@home" "compress=zstd" "noatime" ];
|
||||||
|
neededForBoot = true; # agenix needs my key for some root secrets
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/nix" =
|
fileSystems."/nix" =
|
||||||
|
|
Loading…
Reference in a new issue