commit b41a5d32dd32461f15bbfc54ef1935225045bec2
parent d048d54dbfe1b10fa4572b99a222bee1b4ba558b
Author: MTRNord <mtrnord1@gmail.com>
Date: Wed, 9 Aug 2023 15:40:39 +0200
Ensure boot order
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/nixos/worker-1/hardware-configuration.nix b/nixos/worker-1/hardware-configuration.nix
@@ -42,6 +42,7 @@
device = "/dev/disk/by-uuid/2dd0146f-acd1-4d76-a353-9f4cf7721972";
fsType = "btrfs";
options = [ "subvol=persist" "compress=zstd" "noatime" ];
+ neededForBoot = true;
};
fileSystems."/var/log" =