zephyrus: ensure home is mounted for agenix

This commit is contained in:
Antoine Martin 2022-01-18 14:40:33 +01:00
parent 562701109f
commit 94a1f76ad6

View file

@ -29,6 +29,7 @@ in
{ device = "/dev/disk/by-uuid/6395cef1-c30b-450a-917c-cfb3c0380642";
fsType = "btrfs";
options = [ "subvol=@home" "compress=zstd" "noatime" ];
neededForBoot = true; # agenix needs my key for some root secrets
};
fileSystems."/nix" =