summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2023-09-16 16:26:44 +0200
committerLinnnus <[email protected]>2023-09-18 17:24:13 +0200
commita9200f4e8ad8f4938833a46cb955217648687f18 (patch)
tree47bce06668a3ce8fc373c3d52cdd81273e2240f0
parentf9e62410b7c721a11c80f27b2b2b460202e0112b (diff)
Disable ahmed's wireless networking
Ahmed now has a wired connection instead :)
-rw-r--r--hosts/ahmed/configuration.nix2
1 files changed, 1 insertions, 1 deletions
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.