fix: require /home for boot so that sops secrets get decrypted on boot

This commit is contained in:
Ahwx 2026-06-22 23:12:27 +02:00
parent fd1d0dec1a
commit 09b1dabb12

View file

@ -56,6 +56,7 @@
fileSystems."/home" = {
device = "rpool/home";
fsType = "zfs";
neededForBoot = true;
};
swapDevices = [ ];