diff --git a/hosts/supernova/hardware-configuration.nix b/hosts/supernova/hardware-configuration.nix index d7309f6..fc16404 100644 --- a/hosts/supernova/hardware-configuration.nix +++ b/hosts/supernova/hardware-configuration.nix @@ -26,12 +26,12 @@ }; "chungus_1" = { device = "/dev/disk/by-uuid/2c02d324-df81-4c63-b1f8-16c411d1b34a/"; - keyFile = "/mnt-root/root/raid_keyfile"; + keyFile = "/sysroot/root/raid_keyfile"; preLVM = false; }; "chungus_2" = { device = "/dev/disk/by-uuid/b642a13f-ddb8-4e25-b885-3eea3744a208/"; - keyFile = "/mnt-root/root/raid_keyfile"; + keyFile = "/sysroot/root/raid_keyfile"; preLVM = false; }; };