From bd3523506b853f13692a1229a61fa27405186f9a Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Sat, 5 Aug 2023 12:45:55 +0000 Subject: [PATCH] Update pc hardware configuration --- nixos-configurations/pc/hardware-configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos-configurations/pc/hardware-configuration.nix b/nixos-configurations/pc/hardware-configuration.nix index 4674c74..efeede5 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/ab686332-d1b5-4b37-8117-dc6bf8347e62"; + { device = "/dev/disk/by-uuid/f3721d21-f26a-401b-876e-7b6a22044eb5"; fsType = "ext4"; }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/D9B7-75BE"; + { device = "/dev/disk/by-uuid/3CE9-A424"; fsType = "vfat"; }; swapDevices = - [ { device = "/dev/disk/by-uuid/fb238e6f-c2b2-435f-9411-91fe488afe81"; } + [ { device = "/dev/disk/by-uuid/edc943db-34e7-495f-9fb0-4a864569ffd3"; } ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking