Fix wakeonlan syntax
This commit is contained in:
		
							parent
							
								
									cf7000da8a
								
							
						
					
					
						commit
						6b022802dd
					
				@ -37,12 +37,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  hardware.cpu.intel.updateMicrocode = true;
 | 
					  hardware.cpu.intel.updateMicrocode = true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  services.wakeonlan.interfaces = [
 | 
					  networking.interfaces."enp3s0".wakeOnLan.enable = true;
 | 
				
			||||||
    {
 | 
					 | 
				
			||||||
      interface = "enp3s0";
 | 
					 | 
				
			||||||
      method = "magicpacket";
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
  ];
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # services.xserver.displayManager.defaultSession = pkgs.lib.mkForce "sway";
 | 
					  # services.xserver.displayManager.defaultSession = pkgs.lib.mkForce "sway";
 | 
				
			||||||
  #
 | 
					  #
 | 
				
			||||||
 | 
				
			|||||||
@ -57,12 +57,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  hardware.cpu.amd.updateMicrocode = true;
 | 
					  hardware.cpu.amd.updateMicrocode = true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  services.wakeonlan.interfaces = [
 | 
					  networking.interfaces."enp42s0".wakeOnLan.enable = true;
 | 
				
			||||||
    {
 | 
					 | 
				
			||||||
      interface = "enp42s0";
 | 
					 | 
				
			||||||
      method = "magicpacket";
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
  ];
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # users.extraUsers.presentation = {
 | 
					  # users.extraUsers.presentation = {
 | 
				
			||||||
  #   isNormalUser = true;
 | 
					  #   isNormalUser = true;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user