diff --git a/hardware/knockout-hw.nix b/hardware/knockout-hw.nix index 0b89f0a..4f6cbc2 100644 --- a/hardware/knockout-hw.nix +++ b/hardware/knockout-hw.nix @@ -14,12 +14,12 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/44f83d76-68bd-4b07-bf5c-f72e7981e640"; + { device = "/dev/disk/by-uuid/d64887fb-0e49-4c92-a713-d6414697828c"; fsType = "ext4"; }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/EE44-46F8"; + { device = "/dev/disk/by-uuid/71C6-3491"; fsType = "vfat"; };