/persist is needed for boot & sops-activation

This commit is contained in:
stuebinm 2023-12-08 19:46:07 +01:00
parent c3457207cd
commit 658e9046c5

View file

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