From 09b1dabb12da57825fb25db5d15eba7aa9971608 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Mon, 22 Jun 2026 23:12:27 +0200 Subject: [PATCH] fix: require `/home` for boot so that sops secrets get decrypted on boot --- hosts/flora/hardware-configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/flora/hardware-configuration.nix b/hosts/flora/hardware-configuration.nix index 72b3667..f7c499f 100644 --- a/hosts/flora/hardware-configuration.nix +++ b/hosts/flora/hardware-configuration.nix @@ -56,6 +56,7 @@ fileSystems."/home" = { device = "rpool/home"; fsType = "zfs"; + neededForBoot = true; }; swapDevices = [ ];