diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-11-20T21·00+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-11-20T21·00+0100 |
commit | 7e0a55f697ae8443e12593bafe9f4c6efe6e08f1 (patch) | |
tree | dcd3a4781175b65a11078d7261569622288f5dbf /adho-configuration.nix | |
parent | 7ca55c3fd5bb3434c4e1f5b30821a5d1a56fbced (diff) |
feat(adho): Add a few more wifi networks
Diffstat (limited to 'adho-configuration.nix')
-rw-r--r-- | adho-configuration.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/adho-configuration.nix b/adho-configuration.nix index a4d72d56bc7d..db594799ef54 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" = {}; }; }; |