From dcb838496e171a1dbd5ea6822853c77220c94b0b Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sun, 24 Jul 2022 12:18:29 +0200 Subject: Luna: Add /nix partition as neededForBoot --- hosts/luna/hardware.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts') 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" ]; }; -- cgit 1.4.1