Compare commits
No commits in common. "f61ddd5f929449f3f4b4958efc4d1eaef13e04ac" and "cd36b6082c0c8310700b73c4013e4dcc7ba31a10" have entirely different histories.
f61ddd5f92
...
cd36b6082c
|
@ -43,7 +43,6 @@ in
|
||||||
[
|
[
|
||||||
age
|
age
|
||||||
bash
|
bash
|
||||||
btop
|
|
||||||
cifs-utils
|
cifs-utils
|
||||||
clevis
|
clevis
|
||||||
delta
|
delta
|
||||||
|
|
|
@ -17,10 +17,6 @@ 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