Nix configurations for my homelab
0

Configure Feed

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

Add performance argument for scx_lavd

+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 }