aboutsummaryrefslogtreecommitdiff
path: root/snowfall/systems/x86_64-linux
diff options
context:
space:
mode:
Diffstat (limited to 'snowfall/systems/x86_64-linux')
-rw-r--r--snowfall/systems/x86_64-linux/copenhagen/network.nix12
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";
- };
}