From 7e0a55f697ae8443e12593bafe9f4c6efe6e08f1 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 20 Nov 2017 22:00:50 +0100 Subject: [PATCH] feat(adho): Add a few more wifi networks --- adho-configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/adho-configuration.nix b/adho-configuration.nix index a4d72d56b..db594799e 100644 --- a/adho-configuration.nix +++ b/adho-configuration.nix @@ -58,6 +58,14 @@ "Sara Nett" = { psk = "sarabar1989"; }; + + # Sync Compund + "RWDS" = { + psk = "radicalagenda"; + }; + + "espressohouse" = {}; + "Gotanet Open" = {}; }; };