diff --git a/hosts/adalbert/hardware-configuration.nix b/hosts/adalbert/hardware-configuration.nix index ab97b97..218d1d8 100644 --- a/hosts/adalbert/hardware-configuration.nix +++ b/hosts/adalbert/hardware-configuration.nix @@ -18,17 +18,17 @@ boot.extraModulePackages = []; fileSystems."/" = { - device = "/dev/disk/by-uuid/f9ba57fb-0b82-47e0-8189-7bbebc530e2b"; + device = "/dev/disk/by-uuid/e92a5e85-52ce-4627-be79-5c07a99e2d1b"; fsType = "ext4"; }; fileSystems."/boot" = { - device = "/dev/disk/by-uuid/BCF2-51D4"; + device = "/dev/disk/by-uuid/348E-AC69"; fsType = "vfat"; }; swapDevices = [ - {device = "/dev/disk/by-uuid/4834fbc3-3feb-4b93-b11f-8b9bd054c5c1";} + {device = "/dev/disk/by-uuid/ae322cab-c083-4644-80ff-9122498d54e8";} ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking