Improved configuration

This commit is contained in:
2025-05-29 13:27:12 -03:00
parent 778b01fed9
commit f544ea67fe
3 changed files with 29 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
boot.initrd.availableKernelModules = ["xhci_pci" "thunderbolt" "vmd" "nvme" "usbhid"];
boot.initrd.kernelModules = [];
boot.kernelPackages = pkgs.linuxPackages_6_12;
boot.kernelPackages = pkgs.linuxPackages_zen;
boot.kernelModules = ["kvm-intel"];
boot.kernelPatches = [
/*
@@ -25,7 +25,6 @@
*/
];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
# (the default) this is the recommended approach. When using systemd-networkd it's
# still possible to use this option, but it's recommended to use it in conjunction