summaryrefslogtreecommitdiff
path: root/modules/scx.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/scx.nix')
-rw-r--r--modules/scx.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/modules/scx.nix b/modules/scx.nix
index b6af15c..0f777fe 100644
--- a/modules/scx.nix
+++ b/modules/scx.nix
@@ -2,11 +2,11 @@
{
services.scx = {
enable = true;
- scheduler = "scx_rusty";
- # extraArgs =[
- # ''
- # --performance
- # ''
- # ];
+ scheduler = "scx_lavd";
+ extraArgs =[
+ ''
+ --performance
+ ''
+ ];
};
}