diff options
-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 987173260386..c0bf2f62586c 100644 --- a/adho-configuration.nix +++ b/adho-configuration.nix @@ -98,6 +98,11 @@ psk = "DQDxzrzIvy0YtDwH"; }; + # Loke's + "VMC28F76E" = { + psk = "d2ftQnr6xppw"; + }; + "SafetyWiFi - Teknologihuset" = { psk = "tech4ever"; }; @@ -120,6 +125,10 @@ psk = "r0verstaden2018"; }; + "The Brew Dock" = { + psk = "realbeer"; + }; + "Norwegian Internet Access" = {}; "NSB_INTERAKTIV" = {}; "The Thief" = {}; |