Compare commits
2 commits
cd36b6082c
...
f61ddd5f92
Author | SHA1 | Date | |
---|---|---|---|
|
f61ddd5f92 | ||
|
ece97f0e92 |
|
@ -43,6 +43,7 @@ in
|
|||
[
|
||||
age
|
||||
bash
|
||||
btop
|
||||
cifs-utils
|
||||
clevis
|
||||
delta
|
||||
|
|
|
@ -17,6 +17,10 @@ in
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
nix.daemonIOSchedClass = "idle"; # best-effort
|
||||
nix.daemonIOSchedPriority = 4; # 7
|
||||
nix.daemonCPUSchedPolicy = "idle"; # batch
|
||||
|
||||
services = {
|
||||
gnome.localsearch.enable = lib.mkForce false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue