From a9200f4e8ad8f4938833a46cb955217648687f18 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Sat, 16 Sep 2023 16:26:44 +0200 Subject: Disable ahmed's wireless networking Ahmed now has a wired connection instead :) --- hosts/ahmed/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts') diff --git a/hosts/ahmed/configuration.nix b/hosts/ahmed/configuration.nix index 3afe509..2e6a9a7 100644 --- a/hosts/ahmed/configuration.nix +++ b/hosts/ahmed/configuration.nix @@ -38,7 +38,7 @@ # Configure WiFi at computer's location. # FIXME: Don't store in plain text. - networking.wireless.enable = true; + # networking.wireless.enable = true; networking.wireless.networks."Rumpenettet_Guest".psk = "Rumpenerglad"; # NOCOMMIT # Set up Minecraft server. -- cgit v1.2.3