diff options
Diffstat (limited to 'adho-configuration.nix')
-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" = {}; }; }; |