From 658e9046c580b89f8822c415121bced836f97f6f Mon Sep 17 00:00:00 2001 From: stuebinm Date: Fri, 8 Dec 2023 19:46:07 +0100 Subject: [PATCH] /persist is needed for boot & sops-activation --- hosts/parsons/hardware.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/parsons/hardware.nix b/hosts/parsons/hardware.nix index 36c90bb..7a3d614 100644 --- a/hosts/parsons/hardware.nix +++ b/hosts/parsons/hardware.nix @@ -28,6 +28,7 @@ fileSystems."/persist" = { device = "zroot/safe/persist"; fsType = "zfs"; + neededForBoot = true; }; fileSystems."/home" =