update for hardware config for hpm laptop

This commit is contained in:
Sebastian Moser
2023-10-31 13:39:37 +00:00
parent 3a7f5f3128
commit fef4f8e219

View File

@@ -13,13 +13,18 @@
boot.kernelModules = [ "kvm-intel" ]; boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ]; boot.extraModulePackages = [ ];
fileSystems."/" = fileSystems."/" = {
{ device = "/dev/disk/by-uuid/6518e61e-7120-48ef-81a3-5eae0f67297e"; device = "/dev/disk/by-uuid/6518e61e-7120-48ef-81a3-5eae0f67297e";
fsType = "btrfs"; fsType = "btrfs";
}; };
swapDevices = fileSystems."/boot" = {
[ { device = "/dev/disk/by-uuid/418bf0d8-e548-45d5-802a-53de72707ebc"; } device = "/dev/disk/by-uuid/0E6C-F209";
fsType = "vfat";
};
swapDevices = [
{ device = "/dev/disk/by-uuid/418bf0d8-e548-45d5-802a-53de72707ebc"; }
]; ];
# 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