feat(nixos): faster reboots
This commit is contained in:
		
							parent
							
								
									9c2da9d353
								
							
						
					
					
						commit
						1af1dc3fb7
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -36,7 +36,9 @@ in
 | 
			
		|||
  boot.loader.efi.canTouchEfiVariables = true;
 | 
			
		||||
  boot.loader.efi.efiSysMountPoint = "/boot/efi";
 | 
			
		||||
 | 
			
		||||
  boot.kernelPackages = pkgs.linuxPackages_latest;
 | 
			
		||||
  systemd.extraConfig = ''
 | 
			
		||||
    DefaultTimeoutStopSec=10s
 | 
			
		||||
  '';
 | 
			
		||||
 | 
			
		||||
  networking.hostName = "nixedo"; # Define your hostname.
 | 
			
		||||
  # networking.wireless.enable = true;  # Enables wireless support via wpa_supplicant.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue