diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-03-03T14·37+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2018-03-03T14·37+0100 |
commit | 9042d0a9870469aee9c75cfbf142e9ef11f39011 (patch) | |
tree | 82fcd414fb26e1a0802f4e88f1dfa560b825c635 | |
parent | d36ca272299c681aba0a80853ecc4cdb77b75111 (diff) |
chore(adho): Update office wifi configuration
-rw-r--r-- | adho-configuration.nix | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/adho-configuration.nix b/adho-configuration.nix index 63a1a1a67258..1e50df292f26 100644 --- a/adho-configuration.nix +++ b/adho-configuration.nix @@ -18,12 +18,6 @@ psk = "washyourface"; }; - # Did someone say wifi credentials are secret? - # http://bit.ly/2gI43QP - "Amesto-mobile" = { - psk = "ostemAt1"; - }; - # On the go! "Rumpetroll" = { psk = "fisk1234"; @@ -76,6 +70,10 @@ psk = "detlilleekstra"; }; + "Langler" = { + psk = "Oslo2018"; + }; + "Norwegian Internet Access" = {}; "NSB_INTERAKTIV" = {}; "The Thief" = {}; |