diff --git a/hosts/supernova/hardware-configuration.nix b/hosts/supernova/hardware-configuration.nix index b32acc4..d7309f6 100644 --- a/hosts/supernova/hardware-configuration.nix +++ b/hosts/supernova/hardware-configuration.nix @@ -26,11 +26,13 @@ }; "chungus_1" = { device = "/dev/disk/by-uuid/2c02d324-df81-4c63-b1f8-16c411d1b34a/"; - keyFile = "/root/raid_keyfile"; + keyFile = "/mnt-root/root/raid_keyfile"; + preLVM = false; }; "chungus_2" = { device = "/dev/disk/by-uuid/b642a13f-ddb8-4e25-b885-3eea3744a208/"; - keyFile = "/root/raid_keyfile"; + keyFile = "/mnt-root/root/raid_keyfile"; + preLVM = false; }; }; @@ -49,7 +51,7 @@ fileSystems."/mnt/chungus" = { device = "/dev/mapper/chungus_1"; fsType = "btrfs"; - options = [ "defaults" "noatime" "compress=zstd" "space_cache=v2" "autodefrag" "subvol=@" "x-systemd.device-timeout=0"]; + options = [ "defaults" "noatime" "compress=zstd" "space_cache=v2" "autodefrag" "subvol=@"]; }; swapDevices = [ {