Give up and manually type zfs decryption keys
This commit is contained in:
parent
c5a0381c9e
commit
2c01cf98f4
3 changed files with 10 additions and 39 deletions
hosts/nixos/lapetus/filesystems
|
@ -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; });
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue