diff --git a/nixos-configurations/pc/hardware-configuration.nix b/nixos-configurations/pc/hardware-configuration.nix index 9927cde..4be3c58 100644 --- a/nixos-configurations/pc/hardware-configuration.nix +++ b/nixos-configurations/pc/hardware-configuration.nix @@ -14,17 +14,17 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/83ee2372-fe3d-40cc-ac17-f4ff9b5236e7"; + { device = "/dev/disk/by-uuid/5c39312b-c63b-4060-ab7d-b46944d3a065"; fsType = "ext4"; }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/CB2E-7684"; + { device = "/dev/disk/by-uuid/F790-7A56"; fsType = "vfat"; }; swapDevices = - [ { device = "/dev/disk/by-uuid/f2c703e3-ea97-49da-b15d-816866c5c5de"; } + [ { device = "/dev/disk/by-uuid/d0e9926c-45b6-40bb-84e7-fd04ebc66def"; } ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking