diff options
-rw-r--r-- | hosts/ahmed/configuration.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/hosts/ahmed/configuration.nix b/hosts/ahmed/configuration.nix index f0ed279..7285962 100644 --- a/hosts/ahmed/configuration.nix +++ b/hosts/ahmed/configuration.nix @@ -37,11 +37,6 @@ keyMap = "dk"; # This host has a Danish keyboard layout. }; - # Configure WiFi at computer's location. - # FIXME: Don't store in plain text. - # networking.wireless.enable = true; - networking.wireless.networks."Rumpenettet_Guest".psk = "Rumpenerglad"; # NOCOMMIT - # Set up Minecraft server. my.services.on-demand-minecraft = { enable = true; |