diff --git a/hosts/challenger/hardware-configuration.nix b/hosts/challenger/hardware-configuration.nix index 8c8a1bb..d8e555f 100644 --- a/hosts/challenger/hardware-configuration.nix +++ b/hosts/challenger/hardware-configuration.nix @@ -14,12 +14,12 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/a4ed02e2-4223-4686-95b0-b29cbd517afe"; + { device = "/dev/disk/by-uuid/ea31d0ea-2949-420a-99ea-7f77c4b7091e"; fsType = "ext4"; }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/2467-77B7"; + { device = "/dev/disk/by-uuid/169B-94E2"; fsType = "vfat"; options = [ "fmask=0077" "dmask=0077" ]; };