More Redmond changes

This commit is contained in:
Jimbo 2024-11-24 20:32:40 -05:00
parent 13d24f42ea
commit 007ad9fce9
2 changed files with 7 additions and 1 deletions

View file

@ -1,7 +1,9 @@
{ config, lib, ... }:
{
boot.kernelModules = [ "kvm-amd" ];
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "ehci_pci" "sd_mod" "sr_mod" "sdhci_pci" "rtsx_usb_sdmmc" ];
boot.initrd.kernelModules = [ "dm-snapshot" ];
boot.kernelModules = [ "kvm-amd" ];
networking.useDHCP = lib.mkDefault true;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";