diff --git a/hosts/voyager/hardware-configuration.nix b/hosts/voyager/hardware-configuration.nix index 3299d83..5bd3a26 100644 --- a/hosts/voyager/hardware-configuration.nix +++ b/hosts/voyager/hardware-configuration.nix @@ -14,12 +14,12 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/5e292e89-d68c-4b45-9166-142de8b6ff5e"; + { device = "/dev/disk/by-uuid/a6465c1c-4c93-423d-84a9-e4ecb9520741"; fsType = "ext4"; }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/7EA9-3E3A"; + { device = "/dev/disk/by-uuid/D0C1-97CE"; fsType = "vfat"; };