Update pc hardware configuration

This commit is contained in:
thiloho
2023-07-05 22:15:55 +00:00
parent 93126f0a99
commit 99b6f57d1d

View File

@@ -14,17 +14,17 @@
boot.extraModulePackages = [ ]; boot.extraModulePackages = [ ];
fileSystems."/" = fileSystems."/" =
{ device = "/dev/disk/by-uuid/5c39312b-c63b-4060-ab7d-b46944d3a065"; { device = "/dev/disk/by-uuid/5676122c-c14a-49c3-a34c-1a4046fca4fa";
fsType = "ext4"; fsType = "ext4";
}; };
fileSystems."/boot" = fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/F790-7A56"; { device = "/dev/disk/by-uuid/AC24-057F";
fsType = "vfat"; fsType = "vfat";
}; };
swapDevices = swapDevices =
[ { device = "/dev/disk/by-uuid/d0e9926c-45b6-40bb-84e7-fd04ebc66def"; } [ { device = "/dev/disk/by-uuid/a9b6948a-2cfb-4b29-8994-7c9c635e54d4"; }
]; ];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking # Enables DHCP on each ethernet and wireless interface. In case of scripted networking