Update pc hardware configuration

This commit is contained in:
thiloho
2023-07-03 23:56:46 +00:00
parent 4d4ea6e957
commit c9e3d28ae0

View File

@@ -14,17 +14,17 @@
boot.extraModulePackages = [ ]; boot.extraModulePackages = [ ];
fileSystems."/" = fileSystems."/" =
{ device = "/dev/disk/by-uuid/83ee2372-fe3d-40cc-ac17-f4ff9b5236e7"; { device = "/dev/disk/by-uuid/5c39312b-c63b-4060-ab7d-b46944d3a065";
fsType = "ext4"; fsType = "ext4";
}; };
fileSystems."/boot" = fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/CB2E-7684"; { device = "/dev/disk/by-uuid/F790-7A56";
fsType = "vfat"; fsType = "vfat";
}; };
swapDevices = 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 # Enables DHCP on each ethernet and wireless interface. In case of scripted networking