feat: many changes

This commit is contained in:
Kat Inskip 2025-07-05 15:45:37 -07:00
parent 4fc9fb9aaf
commit 385262f29b
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
14 changed files with 479 additions and 371 deletions

View file

@ -125,6 +125,7 @@ _: let
availableKernelModules = ["nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod"];
};
kernelModules = ["nct6775" "kvm-amd"];
extraModulePackages = [config.boot.kernelPackages.v4l2loopback.out];
supportedFilesystems = ["ntfs" "zfs"];
};