diff --git a/hosts/pingbox/hardware-configuration.nix b/hosts/pingbox/hardware-configuration.nix index 1638aa0..afb1768 100644 --- a/hosts/pingbox/hardware-configuration.nix +++ b/hosts/pingbox/hardware-configuration.nix @@ -14,12 +14,12 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/8a102d93-531a-4b23-9777-42b368412d38"; + { device = "/dev/disk/by-uuid/3d0e0831-a08a-4d97-ad5b-d07448346dee"; fsType = "ext4"; }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/7678-867A"; + { device = "/dev/disk/by-uuid/C4F1-BE4C"; fsType = "vfat"; };