Nix configurations for my homelab
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add performance argument for scx_lavd

yemou a626ecda 76f954cb

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