diff options
Diffstat (limited to 'adho-configuration.nix')
-rw-r--r-- | adho-configuration.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/adho-configuration.nix b/adho-configuration.nix index db594799ef54..c6869f3b678e 100644 --- a/adho-configuration.nix +++ b/adho-configuration.nix @@ -59,11 +59,15 @@ psk = "sarabar1989"; }; - # Sync Compund + # Sync Compound "RWDS" = { psk = "radicalagenda"; }; + "BrewDog" = { + psk = "welovebeer"; + }; + "espressohouse" = {}; "Gotanet Open" = {}; }; |