nixos: network accept ra on wifi
This commit is contained in:
		
							parent
							
								
									d2bec4151a
								
							
						
					
					
						commit
						f17138bcbc
					
				|  | @ -4,6 +4,10 @@ | |||
| 	systemd.network.networks.wifi = { | ||||
| 		matchConfig.Name = "wlan0"; | ||||
| 		DHCP = "ipv4"; | ||||
| 		networkConfig = { | ||||
| 			IPv6AcceptRA = true; | ||||
| 			IPv6PrivacyExtensions = true; | ||||
| 		}; | ||||
| 	}; | ||||
| 
 | ||||
| 	sound.enable = true; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue