feat: remove systemd annoying errors
This commit is contained in:
parent
f7e34c54d6
commit
955bf3c105
3 changed files with 13 additions and 13 deletions
|
|
@ -20,7 +20,7 @@
|
|||
"sd_mod"
|
||||
"xhci_pci"
|
||||
];
|
||||
kernelParams = [ "amd_pstate=active" "usbcore.autosuspend=-1"];
|
||||
kernelParams = [ "amd_pstate=active" "usbcore.autosuspend=-1" ];
|
||||
initrd.kernelModules = [ ];
|
||||
kernelModules = [ "kvm-amd" "iwlwifi" ];
|
||||
extraModulePackages = [ ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue