/persist is needed for boot & sops-activation

removing-nix-hexchen
stuebinm 2023-12-08 19:46:07 +01:00
parent c3457207cd
commit 658e9046c5
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
fileSystems."/persist" =
{ device = "zroot/safe/persist";
fsType = "zfs";
neededForBoot = true;
};
fileSystems."/home" =