treewide: initial commit

This commit is contained in:
2026-04-18 16:28:25 -04:00
commit 75532a931c
18 changed files with 1237 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
{
boot = {
initrd.availableKernelModules = [
"nvme"
"usbhid"
"ahci"
"ehci_pci"
"rtsx_pci_sdmmc"
"sd_mod"
"sr_mod"
"usb_storage"
"virtio_blk"
"virtio_pci"
"virtio_scsi"
"xhci_pci"
];
kernelModules = [ "kvm-intel" ];
};
hardware = {
i2c.enable = true;
enableRedistributableFirmware = true;
};
}