about summary refs log tree commit diff
path: root/modules/user/openlab/labtops.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2017-02-23 16:43:52 +0100
committerProfpatsch <mail@profpatsch.de>2017-02-23 16:43:52 +0100
commit7666c8ff3fabc2ecc944eaebe3bc656bd624adee (patch)
tree05f9c5eb6c20a275c3b76ff9630bbcac14489a3a /modules/user/openlab/labtops.nix
parentb7b5b8913921db41d8e9e9eb2daa884ba829605c (diff)
machines/labnet: move wifi from base to labtops
Non-laptop machines should not connect to the wifi automatically (they probably
don’t even have a wifi module …)
Diffstat (limited to 'modules/user/openlab/labtops.nix')
-rw-r--r--modules/user/openlab/labtops.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/user/openlab/labtops.nix b/modules/user/openlab/labtops.nix
index 52b0af18..ea745c20 100644
--- a/modules/user/openlab/labtops.nix
+++ b/modules/user/openlab/labtops.nix
@@ -22,6 +22,11 @@ in
       zeroconf.discovery.enable = true;
     };
 
+    networking.wireless = {
+      enable = true;
+      networks."Labor 2.0".psk = "nerdhoehle2";
+    };
+
     # TODO: a way to modularly specify usage patterns (e.g. 3d-printing, arduino &c.)
     environment.systemPackages = with pkgs; let
       baseGUI = [