From 54d56a39a6a2cd2f52723c02b4ccadda29cc82ea Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 26 Dec 2018 00:59:59 +0100 Subject: feat(adho): Add The Kasbah & Google Oslo networks --- adho-configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'adho-configuration.nix') diff --git a/adho-configuration.nix b/adho-configuration.nix index 5206431c31c3..9134818d3adc 100644 --- a/adho-configuration.nix +++ b/adho-configuration.nix @@ -141,6 +141,10 @@ psk = "92433048597489095671"; }; + "TheKasbah" = { + psk = "couscous"; + }; + # NixCon 2018 "Coin Street Community Builders " = { psk = "3vents2016"; @@ -161,6 +165,7 @@ "Amundsengjest" = {}; "Beer Palace Gjest" = {}; "ibis" = {}; + "GoogleGuest" = {}; }; }; -- cgit 1.4.1