From 8d2172fc5b62024414526b28d614ed85842efef7 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Mon, 14 Apr 2025 17:38:18 -0700 Subject: migration: disable copenhagen wifi --- snowfall/systems/x86_64-linux/copenhagen/network.nix | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'snowfall/systems/x86_64-linux/copenhagen/network.nix') 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"; - }; } -- cgit v1.2.3