Nix configurations for my homelab
2
fork

Configure Feed

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

at main 8 lines 121 B view raw
1{ ... }: 2{ 3 services.scx = { 4 enable = true; 5 scheduler = "scx_lavd"; 6 extraArgs = [ "--performance" ]; 7 }; 8}