From fa286dce1692ca6c53ab7859fed32741b061bf7b Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Tue, 17 Feb 2026 11:08:02 +0100 Subject: [PATCH] System/Nixinator: Mark /home as neededForBoot --- system/nixinator/hardware-configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system/nixinator/hardware-configuration.nix b/system/nixinator/hardware-configuration.nix index e3a1219a..e5ea8a7a 100644 --- a/system/nixinator/hardware-configuration.nix +++ b/system/nixinator/hardware-configuration.nix @@ -76,6 +76,9 @@ # options = ["defaults" "rw" "noatime"]; # }; + # Can't set this in disko + "/home".neededForBoot = true; + # NOTE: By mounting NFS shares here, we risk the system becoming unusable when they disconnect (unless unmounted). # If the bg option is specified, a timeout or failure causes the mount(8) command