From 8ba0636172ecee2742c8d18ffd21d329c48f617b Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Mon, 25 Apr 2016 01:51:57 +0200 Subject: modules/labtops: simplify wireless connection --- modules/user/openlab/labtops.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'modules/user') diff --git a/modules/user/openlab/labtops.nix b/modules/user/openlab/labtops.nix index 26a08a22..9b188f5d 100644 --- a/modules/user/openlab/labtops.nix +++ b/modules/user/openlab/labtops.nix @@ -84,8 +84,11 @@ in services.openssh.enable = true; - networking.networkmanager.enable = true; networking.firewall.enable = false; + networking.wireless = { + enable = true; + networks."Labor 2.0".psk = "nerdhoehle2"; + }; # TODO: an argument that tells about hardware capability nix.maxJobs = 2; -- cgit 1.4.1