mirror of
				https://github.com/Stunkymonkey/nixos.git
				synced 2025-10-30 09:22:11 +01:00 
			
		
		
		
	core/nix: fix daemon priority
This commit is contained in:
		
							parent
							
								
									14f85e6ec5
								
							
						
					
					
						commit
						9870ba8252
					
				
					 2 changed files with 4 additions and 2 deletions
				
			
		|  | @ -20,7 +20,6 @@ | |||
|     mosh | ||||
|     multipath-tools #-> kpartx | ||||
|     mtr | ||||
|     nix-index | ||||
|     nmap | ||||
|     nmon | ||||
|     pciutils | ||||
|  |  | |||
|  | @ -1,6 +1,9 @@ | |||
| { config, lib, pkgs, inputs, ... }: | ||||
| { | ||||
|   nix = { | ||||
|     daemonCPUSchedPolicy = "idle"; | ||||
|     daemonIOSchedClass = "idle"; | ||||
| 
 | ||||
|     settings = { | ||||
|       trusted-users = [ | ||||
|         "root" | ||||
|  | @ -32,10 +35,10 @@ | |||
|   ]; | ||||
| 
 | ||||
|   environment.systemPackages = with pkgs; [ | ||||
|     nix-index | ||||
|     nix-prefetch | ||||
|     nix-update | ||||
|     nixpkgs-fmt | ||||
|     nixpkgs-lint | ||||
|     nixpkgs-review | ||||
|   ]; | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Felix Buehler
						Felix Buehler