diff --git a/hardware-configuration/asus-desktop/configuration.nix b/hardware-configuration/asus-desktop/configuration.nix index 0a3826e..a828d5c 100644 --- a/hardware-configuration/asus-desktop/configuration.nix +++ b/hardware-configuration/asus-desktop/configuration.nix @@ -19,7 +19,7 @@ # Filesystems fileSystems."/" = { - device = "/dev/disk/by-uuid/a5e83de6-dae6-464f-8afe-80ec674477e2"; + device = "/dev/disk/by-uuid/95955c38-7ee1-4f0b-bd82-5974beaacaad"; fsType = "ext4"; }; @@ -34,13 +34,13 @@ }; fileSystems."/boot" = { - device = "/dev/disk/by-uuid/E75D-4244"; + device = "/dev/disk/by-uuid/5364-B919"; fsType = "vfat"; options = [ "fmask=0077" "dmask=0077" ]; }; swapDevices = [{ - device = "/dev/disk/by-uuid/f29f029f-fa9e-4eb4-b14a-18183dde4842"; + device = "/dev/disk/by-uuid/0d7c1e02-f5f9-4fab-8329-e6f90ed2ca98"; }]; # Platform misc