nix daemon idle scheduling
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
system/users.nix
|
||||
system/ssh.nix
|
||||
system/gaming.nix
|
||||
system/nix.nix
|
||||
|
||||
desktop/plasma.nix
|
||||
desktop/touchpad.nix
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
{ config, lib, pkgs, modulesPath, ... }:
|
||||
|
||||
{
|
||||
nix = {
|
||||
daemonIOSchedClass = "idle";
|
||||
daemonCPUSchedPolicy = "idle";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user