From 52dffda4c0582b8112f21be967be50d9dd3b7e6b Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 25 Oct 2017 17:20:06 +0200 Subject: feat(adho): Add phone-tethering network --- adho-configuration.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'adho-configuration.nix') diff --git a/adho-configuration.nix b/adho-configuration.nix index 7246f541909d..a36bc264b104 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"; -- cgit 1.4.1