From 6fc3f85e37143a4b2411bb7103ab4ca69e6ffa9a Mon Sep 17 00:00:00 2001 From: David Crompton Date: Fri, 20 Mar 2026 11:22:03 -0400 Subject: [PATCH] universedesktop: disable 5G (for now) --- machines/universedesktop/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/universedesktop/configuration.nix b/machines/universedesktop/configuration.nix index a454ca9..b7ceb8c 100644 --- a/machines/universedesktop/configuration.nix +++ b/machines/universedesktop/configuration.nix @@ -67,7 +67,7 @@ networking.wireless.enable = true; networking.wireless.networks = { - "BELL422 5G".pskRaw = "ext:PSK_HOME"; + # "BELL422 5G".pskRaw = "ext:PSK_HOME"; "BELL422".pskRaw = "ext:PSK_HOME"; };