forked from jan-leila/nix-config
		
	moved network manager out of environments
This commit is contained in:
		
							parent
							
								
									4d191a27cc
								
							
						
					
					
						commit
						cef6ad7125
					
				
					 6 changed files with 6 additions and 10 deletions
				
			
		|  | @ -184,6 +184,8 @@ | |||
|     }; | ||||
|   }; | ||||
| 
 | ||||
|   networking.networkmanager.enable = true; | ||||
| 
 | ||||
|   nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; | ||||
|   hardware = { | ||||
|     # TODO: hardware graphics | ||||
|  |  | |||
|  | @ -87,6 +87,7 @@ | |||
|   ]; | ||||
| 
 | ||||
|   networking = { | ||||
|     networkmanager.enable = true; | ||||
|     useDHCP = lib.mkDefault true; | ||||
|     hostName = "horizon"; # Define your hostname. | ||||
|   }; | ||||
|  |  | |||
|  | @ -69,6 +69,7 @@ | |||
|   swapDevices = []; | ||||
| 
 | ||||
|   networking = { | ||||
|     networkmanager.enable = true; | ||||
|     # 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 | ||||
|     # still possible to use this option, but it's recommended to use it in conjunction | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue