Update 'configuration.nix'
This commit is contained in:
parent
dd335c8d00
commit
cf0c4e5a69
1 changed files with 9 additions and 2 deletions
|
@ -16,7 +16,14 @@
|
|||
boot.loader.efi.efiSysMountPoint = "/boot/efi";
|
||||
|
||||
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 = {
|
||||
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