diff options
author | Vincent Ambo <mail@tazj.in> | 2019-02-11T13·54+0100 |
---|---|---|
committer | Vincent Ambo <mail@tazj.in> | 2019-02-11T13·54+0100 |
commit | 83f1b769fb433c1f3be1fe38c8d31910753a6123 (patch) | |
tree | f988c66c604eb57f1e237c9f7a369d6e267f87e8 | |
parent | f661e4e6ebd196e86d1e2cbd17ba5ec95dbc2051 (diff) |
feat(adho): Add Kulturhuset and Forest & Brown wifis
-rw-r--r-- | adho-configuration.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/adho-configuration.nix b/adho-configuration.nix index 0181c4ace38f..11c5a97df59e 100644 --- a/adho-configuration.nix +++ b/adho-configuration.nix @@ -162,6 +162,15 @@ psk = "3vents2016"; }; + "KH2 Gjest" = { + psk = "haenfindag"; + }; + + # Forest & Brown + "Forest Guest" = { + psk = "437B99AC5B"; + }; + "Gatwick FREE Wi-Fi" = {}; "mycloud" = {}; "Norwegian Internet Access" = {}; |