diff --git a/eve/configuration.nix b/eve/configuration.nix index 71bf371..4331808 100644 --- a/eve/configuration.nix +++ b/eve/configuration.nix @@ -21,24 +21,7 @@ networking.networkmanager.wifi.powersave = true; networking.useDHCP = false; networking.interfaces.wlp1s0.useDHCP = true; - networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. - networking.wireless.networks = { - duckland.org = { - psk = "abababab"; - }; - duckphone = { - psk = "abababab"; - }; - fredwashere = { - psk = "abababab"; - }; - JPMCVisitor = { - psk = "jpmorganchase"; - }; - VMA-Guest-5G = { - psk = "ikickhere"; - }; - }; + # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # Set your time zone. time.timeZone = "America/Chicago";