diff options
Diffstat (limited to 'machines/wolfram/devices.nix')
| -rw-r--r-- | machines/wolfram/devices.nix | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/machines/wolfram/devices.nix b/machines/wolfram/devices.nix index 0c5d8b8..134bf8d 100644 --- a/machines/wolfram/devices.nix +++ b/machines/wolfram/devices.nix @@ -58,8 +58,6 @@ networking = { useDHCP = false; dhcpcd.enable = false; - - wireless.interfaces = [ "wlp6s0" ]; }; systemd.network = { enable = true; @@ -73,17 +71,6 @@ dhcpV4Config.RouteMetric = 10; dhcpV6Config.RouteMetric = 10; }; - # wifi connection via mediatek mt7921k (supports wifi 6e) - "10-wlan" = { - name = "wlp6s0"; - DHCP = "yes"; - networkConfig.IgnoreCarrierLoss = "3s"; - # lower priority, if ethernet exists route via that. - dhcpV4Config.RouteMetric = 20; - dhcpV6Config.RouteMetric = 20; - - # authentication handled via wpa_supplicant in modules/wireless.nix - }; }; # the rtl8125 notoriously has extreme issues with offloaded calculations |
