diff options
author | Vincent Ambo <mail@tazj.in> | 2018-12-25T23·59+0100 |
---|---|---|
committer | Vincent Ambo <mail@tazj.in> | 2018-12-26T00·01+0100 |
commit | 54d56a39a6a2cd2f52723c02b4ccadda29cc82ea (patch) | |
tree | dfbc033a49859d04ccf02e22baaa56d92620d18e | |
parent | 52d9ae8944c50616546aaee860fcda6975961ffd (diff) |
feat(adho): Add The Kasbah & Google Oslo networks
-rw-r--r-- | adho-configuration.nix | 5 |
1 files changed, 5 insertions, 0 deletions
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" = {}; }; }; |