forked from aylac.top/nixcfg
this repo has no description

dumbass

Changed files
+13 -7
hosts
nanpi
+13 -7
hosts/nanpi/default.nix
···
};
};
-
boot.initrd = {
-
availableKernelModules = [
-
"xhci_pci"
-
"ahci"
-
"usb_storage"
-
"sd_mod"
-
"rtsx_pci_sdmmc"
+
boot = {
+
initrd = {
+
availableKernelModules = [
+
"xhci_pci"
+
"ahci"
+
"usb_storage"
+
"sd_mod"
+
"rtsx_pci_sdmmc"
+
];
+
};
+
+
kernelParams = [
+
"consoleblank=30"
];
};
}