mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 01:54:02 +05:30
cachy scheduler
This commit is contained in:
parent
352ac4c445
commit
cae83f449e
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ in
|
||||||
(lib.mkIf (cfg.variant == "server") pkgs.linuxPackages_cachyos-server)
|
(lib.mkIf (cfg.variant == "server") pkgs.linuxPackages_cachyos-server)
|
||||||
(lib.mkIf (cfg.variant == "hardened") pkgs.linuxPackages_cachyos-hardened)
|
(lib.mkIf (cfg.variant == "hardened") pkgs.linuxPackages_cachyos-hardened)
|
||||||
];
|
];
|
||||||
|
services.scx.enable = true;
|
||||||
boot.consoleLogLevel = 0;
|
boot.consoleLogLevel = 0;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue