diff options
author | Linnnus <[email protected]> | 2023-09-26 21:24:52 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2023-09-30 12:10:15 +0200 |
commit | ad288b5c49c7e7323ad11ec2b1320905ba1b8674 (patch) | |
tree | 67b47ac0d8b124c8ca90c088394b22e4fb6779a5 /hosts/ahmed | |
parent | 1b5f490b6b536fcfaa68cf2692099cda0084c293 (diff) |
Remove plaintext PSK
DONT FORGET TO CLEANSE GIT HISTORY!!!
Diffstat (limited to 'hosts/ahmed')
-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; |