networking

This commit is contained in:
mjallen18
2025-03-20 21:32:22 -05:00
parent 3714518ead
commit 79901a9f60
4 changed files with 87 additions and 23 deletions

View File

@@ -10,19 +10,6 @@
{
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
boot.initrd.availableKernelModules = [
"xhci_pci"
"nvme"
"ahci"
"usbhid"
"uas"
"usb_storage"
"sd_mod"
];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];
fileSystems."/" = {
device = "none";
fsType = "tmpfs";