From 754b487ee4dfa0cbf3cb3c9a680d4b0675692d4e Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 16 Sep 2018 16:51:20 +0200 Subject: feat(adho): Add Dublin wifi networks --- adho-configuration.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'adho-configuration.nix') 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" = {}; -- cgit 1.4.1