diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-04-14 17:38:18 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:54 -0700 |
| commit | 8d2172fc5b62024414526b28d614ed85842efef7 (patch) | |
| tree | 028effb2d7db2430cfc7faaff1e6acaa425b7349 /snowfall/systems | |
| parent | 513a9fd74ef96a74fa8aabb536f2d424379cb85d (diff) | |
migration: disable copenhagen wifi
Diffstat (limited to 'snowfall/systems')
| -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"; - }; } |