about summary refs log tree commit diff
path: root/hosts/luna
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-24 12:18:29 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-24 12:18:29 +0200
commitdcb838496e171a1dbd5ea6822853c77220c94b0b (patch)
treeee77d761fe0d7ec8b27327e8b4a450c5790fbd97 /hosts/luna
parentMove user declaration outside flake.nix (diff)
downloadnixos-config-dcb838496e171a1dbd5ea6822853c77220c94b0b.tar.gz
nixos-config-dcb838496e171a1dbd5ea6822853c77220c94b0b.tar.bz2
nixos-config-dcb838496e171a1dbd5ea6822853c77220c94b0b.zip
Luna: Add /nix partition as neededForBoot
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" ];
   };