Compare commits

..

No commits in common. "f61ddd5f929449f3f4b4958efc4d1eaef13e04ac" and "cd36b6082c0c8310700b73c4013e4dcc7ba31a10" have entirely different histories.

2 changed files with 0 additions and 5 deletions

View file

@ -43,7 +43,6 @@ in
[
age
bash
btop
cifs-utils
clevis
delta

View file

@ -17,10 +17,6 @@ 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;