From 6b40b8af85efc1a95864892e7e88398e848c0eb4 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 22 Apr 2018 12:43:33 +0200 Subject: feat(adho): Add The Dubliner's wifi --- adho-configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/adho-configuration.nix b/adho-configuration.nix index 53a410c29bd2..efc17812fe54 100644 --- a/adho-configuration.nix +++ b/adho-configuration.nix @@ -54,6 +54,12 @@ psk = "sarabar1989"; }; + # The Dubliner + "DubGjest" = { + # of course + psk = "Guinness"; + }; + # Sync Compound "RWDS" = { psk = "radicalagenda"; -- cgit 1.4.1