chore: nix fmt
This commit is contained in:
parent
38767905af
commit
f74928ce5f
21 changed files with 60 additions and 71 deletions
|
|
@ -26,7 +26,10 @@
|
|||
"sd_mod"
|
||||
];
|
||||
boot.initrd.kernelModules = [ ];
|
||||
boot.kernelModules = [ "kvm-amd" "ryzen_smu" ];
|
||||
boot.kernelModules = [
|
||||
"kvm-amd"
|
||||
"ryzen_smu"
|
||||
];
|
||||
boot.extraModulePackages = [ config.boot.kernelPackages.ryzen-smu ];
|
||||
|
||||
boot.kernelParams = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue