chore: nix fmt

This commit is contained in:
Harald Hoyer 2026-05-03 14:48:41 +02:00
parent 38767905af
commit f74928ce5f
21 changed files with 60 additions and 71 deletions

View file

@ -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 = [