No sleep on lid close, fix slow boot
This commit is contained in:
		
							parent
							
								
									0ca1b37eca
								
							
						
					
					
						commit
						1365a9a07b
					
				
					 2 changed files with 8 additions and 6 deletions
				
			
		|  | @ -4,9 +4,9 @@ | |||
| { config, lib, pkgs, modulesPath, ... }: | ||||
| 
 | ||||
| { | ||||
|   imports = | ||||
|     [ (modulesPath + "/installer/scan/not-detected.nix") | ||||
|     ]; | ||||
|   imports = [ | ||||
|     (modulesPath + "/installer/scan/not-detected.nix") | ||||
|   ]; | ||||
| 
 | ||||
|   boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ]; | ||||
|   boot.initrd.kernelModules = [ ]; | ||||
|  | @ -25,9 +25,9 @@ | |||
|       fsType = "vfat"; | ||||
|     }; | ||||
| 
 | ||||
|   swapDevices = | ||||
|     [ { device = "/dev/disk/by-label/SWAP"; } | ||||
|     ]; | ||||
|   # swapDevices = | ||||
|   #   [ { device = "/dev/disk/by-label/SWAP"; } | ||||
|   #   ]; | ||||
| 
 | ||||
|   # Enables DHCP on each ethernet and wireless interface. In case of scripted networking | ||||
|   # (the default) this is the recommended approach. When using systemd-networkd it's | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue