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