mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-07-16 22:21:55 +08:00
fix: require /home for boot so that sops secrets get decrypted on boot
This commit is contained in:
parent
fd1d0dec1a
commit
09b1dabb12
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@
|
|||
fileSystems."/home" = {
|
||||
device = "rpool/home";
|
||||
fsType = "zfs";
|
||||
neededForBoot = true;
|
||||
};
|
||||
|
||||
swapDevices = [ ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue