From 0e8f4832edfd8c7497e150b23f5679bdf9834da1 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 25 Oct 2018 11:25:09 +0200 Subject: feat(adho): Add various wifi networks (NixCon etc.) --- adho-configuration.nix | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) (limited to 'adho-configuration.nix') diff --git a/adho-configuration.nix b/adho-configuration.nix index 5b9290a179b9..56fd1753ed16 100644 --- a/adho-configuration.nix +++ b/adho-configuration.nix @@ -89,11 +89,6 @@ psk = "elmolino021"; }; - # Sync Compound - "RWDS" = { - psk = "radicalagenda"; - }; - "BrewDog" = { psk = "welovebeer"; }; @@ -138,6 +133,20 @@ psk = "realbeer"; }; + "econ-guest" = { + psk = "Finance2010"; + }; + + "KabelBox-2FD0" = { + psk = "92433048597489095671"; + }; + + # NixCon 2018 + "Coin Street Community Builders " = { + psk = "3vents2016"; + }; + + "mycloud" = {}; "Norwegian Internet Access" = {}; "NSB_INTERAKTIV" = {}; "The Thief" = {}; @@ -150,9 +159,7 @@ "Lorry Gjest" = {}; "Amundsengjest" = {}; "Beer Palace Gjest" = {}; - "KabelBox-2FD0" = { - psk = "92433048597489095671"; - }; + "ibis" = {}; }; }; -- cgit 1.4.1