fix(nixos): networkd vs. NetworkManager during nixos-rebuild
This commit is contained in:
		
							parent
							
								
									0e18524a24
								
							
						
					
					
						commit
						2dc698c8ab
					
				|  | @ -9,6 +9,16 @@ | |||
| 	}; | ||||
| 
 | ||||
| 	networking.networkmanager.wifi.backend = "iwd"; | ||||
| 	# systemd.network.networks.loop = { | ||||
| 	# 	matchConfig.Name = "lo"; | ||||
| 	# 	linkConfig.RequiredForOnline = false; | ||||
| 	# 	networkConfig.KeepConfiguration = true; | ||||
| 	# }; | ||||
| 	systemd.network.networks.wifi = { | ||||
| 		matchConfig.Name = "wlan0"; | ||||
| 		linkConfig.RequiredForOnline = false; | ||||
| 		networkConfig.KeepConfiguration = true; | ||||
| 	}; | ||||
| 
 | ||||
| 	environment.systemPackages = with pkgs; [ | ||||
| 		gnome.networkmanager-openvpn | ||||
|  |  | |||
|  | @ -31,6 +31,7 @@ | |||
| 	environment.systemPackages = with pkgs; [ | ||||
| 		iw | ||||
| 		# pulseaudio-modules-bt | ||||
| 		## android-tools | ||||
| 	]; | ||||
| 
 | ||||
| 	programs.browserpass.enable = true; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue