about summary refs log tree commit diff
path: root/adho-configuration.nix
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2018-10-25T09·25+0200
committerVincent Ambo <mail@tazj.in>2018-10-25T09·25+0200
commit0e8f4832edfd8c7497e150b23f5679bdf9834da1 (patch)
tree1116ec8768f6f804770f827aad582a9e7ba93cfc /adho-configuration.nix
parent3ec17661bd0824daa56beb4057bcf704c05b7751 (diff)
feat(adho): Add various wifi networks (NixCon etc.)
Diffstat (limited to 'adho-configuration.nix')
-rw-r--r--adho-configuration.nix23
1 files changed, 15 insertions, 8 deletions
diff --git a/adho-configuration.nix b/adho-configuration.nix
index 5b9290a179..56fd1753ed 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" = {};
     };
   };