Add wireless networks sample
This commit is contained in:
parent
f0747d8ace
commit
096bdb9ff9
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" = {};
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user