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