From e53a847105b71b54e0c17a8674c85d10aceb0b60 Mon Sep 17 00:00:00 2001 From: MK Date: Fri, 24 Feb 2023 10:49:38 +0100 Subject: [PATCH] Update 'configuration.nix' --- configuration.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/configuration.nix b/configuration.nix index b59df89..76bbb7e 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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/";