1
Fork 0

Give up and manually type zfs decryption keys

This commit is contained in:
Matei Adriel 2024-01-18 06:20:07 +01:00
parent c5a0381c9e
commit 2c01cf98f4
No known key found for this signature in database
3 changed files with 10 additions and 39 deletions
hosts/nixos/lapetus/filesystems

View file

@ -8,9 +8,5 @@
# Mark a bunch of paths as needed for boot
fileSystems = lib.attrsets.genAttrs
[ "/" "/nix" "/persist/data" "/persist/state" "/persist/local/cache" "/boot" ]
(p: {
neededForBoot = true;
# We need the extra check to allow nix to topologically sort everything
depends = lib.mkIf (p != "/") [ "/hermes" ];
});
(p: { neededForBoot = true; });
}