diff options
| author | Baitinq <[email protected]> | 2022-07-24 12:18:29 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-07-24 12:18:29 +0200 |
| commit | 835855b10ff66b2f147cfa9a74d5493816cb61a8 (patch) | |
| tree | ad02c2b5079694aeb593dbabdaeb2281c3d3ad28 /hosts | |
| parent | Move user declaration outside flake.nix (diff) | |
| download | nixos-config-835855b10ff66b2f147cfa9a74d5493816cb61a8.tar.gz nixos-config-835855b10ff66b2f147cfa9a74d5493816cb61a8.tar.bz2 nixos-config-835855b10ff66b2f147cfa9a74d5493816cb61a8.zip | |
Luna: Add /nix partition as neededForBoot
Diffstat (limited to 'hosts')
| -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" ]; }; |