diff options
Diffstat (limited to 'snowfall/systems/x86_64-linux/copenhagen')
| -rw-r--r-- | snowfall/systems/x86_64-linux/copenhagen/network.nix | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/snowfall/systems/x86_64-linux/copenhagen/network.nix b/snowfall/systems/x86_64-linux/copenhagen/network.nix index affe697..eccc693 100644 --- a/snowfall/systems/x86_64-linux/copenhagen/network.nix +++ b/snowfall/systems/x86_64-linux/copenhagen/network.nix @@ -3,18 +3,6 @@ { networking = { useDHCP = true; - - wireless = { - enable = true; - - # Import /etc/wpa_supplicant.conf networks - allowAuxiliaryImperativeNetworks = true; - }; - firewall.enable = true; }; - - environment.etc."wpa_supplicant.conf" = { - source = "/secrets/wireless.conf"; - }; } |