about summary refs log tree commit diff
path: root/adho-configuration.nix
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2017-10-25T15·20+0200
committerVincent Ambo <tazjin@gmail.com>2017-10-25T15·20+0200
commit52dffda4c0582b8112f21be967be50d9dd3b7e6b (patch)
tree908a69ecc21bcd1a3ec09ce0ca2a7745f852f84e /adho-configuration.nix
parent2eb27420e1cd75ec93b6f86063e8b34d644d35a4 (diff)
feat(adho): Add phone-tethering network
Diffstat (limited to 'adho-configuration.nix')
-rw-r--r--adho-configuration.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/adho-configuration.nix b/adho-configuration.nix
index 7246f54190..a36bc264b1 100644
--- a/adho-configuration.nix
+++ b/adho-configuration.nix
@@ -10,6 +10,8 @@
   networking = {
     hostName = "adho";
     wireless.enable = true;
+    wireless.userControlled.enable = true;
+
     wireless.networks = {
       # Welcome to roast club!
       "How do I computer?" = {
@@ -22,6 +24,13 @@
         psk = "ostemAt1";
       };
 
+      # On the go!
+      "Rumpetroll" = {
+        psk = "fisk1234";
+        # If this network exists, chances are that I want it:
+        priority = 10;
+      };
+
       # Public places in Oslo:
       "Abelone" = {
         psk = "speakeasy";