Add wireless networks sample
This commit is contained in:
		
							
								
								
									
										12
									
								
								wireless-networks.nix.example
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								wireless-networks.nix.example
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,12 @@ | ||||
| { config, pkgs, ... }: | ||||
|  | ||||
| { | ||||
|   networking.wireless.networks = { | ||||
|     "SomeWifi".psk = "password"; | ||||
|     "SomeHiddenWifi" = { | ||||
|       psk = "password"; | ||||
|       hidden = true; | ||||
|     }; | ||||
|     "SomeOpenWifi" = {}; | ||||
|   }; | ||||
| } | ||||
		Reference in New Issue
	
	Block a user