diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-24 12:18:29 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-24 12:18:29 +0200 |
commit | dcb838496e171a1dbd5ea6822853c77220c94b0b (patch) | |
tree | ee77d761fe0d7ec8b27327e8b4a450c5790fbd97 /hosts/luna | |
parent | Move user declaration outside flake.nix (diff) | |
download | nixos-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.nix | 1 |
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" ]; }; |