Nix configurations for my homelab

Add performance argument for scx_lavd

yemou.pink a626ecda 76f954cb

verified
Changed files
+1
modules
+1
modules/scx.nix
··· 3 3 services.scx = { 4 4 enable = true; 5 5 scheduler = "scx_lavd"; 6 + extraArgs = [ "--performance" ]; 6 7 }; 7 8 }