about summary refs log tree commit diff
path: root/hosts/luna
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/luna')
-rw-r--r--hosts/luna/hardware.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/luna/hardware.nix b/hosts/luna/hardware.nix
index c4aaf8d..ab3a639 100644
--- a/hosts/luna/hardware.nix
+++ b/hosts/luna/hardware.nix
@@ -30,6 +30,7 @@ in
   fileSystems."/nix" = {
     device = "/dev/mapper/encrypted_nix";
     fsType = "btrfs";
+    neededForBoot = true;
     options = [ "subvol=nix" "compress-force=zstd" "noatime" ];
   };