Update 'configuration.nix'
This commit is contained in:
parent
da06fe2e9e
commit
e53a847105
1 changed files with 6 additions and 6 deletions
|
@ -18,12 +18,12 @@
|
|||
networking.hostName = "nixoslaptop"; # Define your hostname.
|
||||
#networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||
|
||||
networking.wireless.networks = {
|
||||
gy-sedan14-wpa2 = { # Hidden SSID
|
||||
hidden = true;
|
||||
psk = "xxxYYYxxx";
|
||||
};
|
||||
};
|
||||
#networking.wireless.networks = {
|
||||
#gy-sedan14-wpa2 = { # Hidden SSID
|
||||
# hidden = true;
|
||||
# psk = "xxxYYYxxx";
|
||||
#};
|
||||
#};
|
||||
|
||||
# Configure network proxy if necessary
|
||||
# networking.proxy.default = "http://user:password@proxy:port/";
|
||||
|
|
Loading…
Reference in a new issue