diff options
author | Linnnus <[email protected]> | 2023-09-16 16:26:44 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2023-09-18 17:24:13 +0200 |
commit | a9200f4e8ad8f4938833a46cb955217648687f18 (patch) | |
tree | 47bce06668a3ce8fc373c3d52cdd81273e2240f0 /hosts/ahmed | |
parent | f9e62410b7c721a11c80f27b2b2b460202e0112b (diff) |
Disable ahmed's wireless networking
Ahmed now has a wired connection instead :)
Diffstat (limited to 'hosts/ahmed')
-rw-r--r-- | hosts/ahmed/configuration.nix | 2 |
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. |