Remove kvm-amd from boot.kernelModules.

This commit is contained in:
Tom Alexander 2025-01-17 21:36:34 -05:00
parent b4947bcff6
commit fefe46b512
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
2 changed files with 2 additions and 1 deletions

View File

@ -109,6 +109,7 @@
randomizedDelaySec = "14m"; randomizedDelaySec = "14m";
options = "--delete-older-than 30d"; options = "--delete-older-than 30d";
}; };
# nix.settings.auto-optimise-store = true;
# Use doas instead of sudo # Use doas instead of sudo
security.doas.enable = true; security.doas.enable = true;

View File

@ -20,7 +20,7 @@
"thunderbolt" "thunderbolt"
]; ];
boot.initrd.kernelModules = [ ]; boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-amd" ]; boot.kernelModules = [ ];
boot.extraModulePackages = [ ]; boot.extraModulePackages = [ ];
# 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