diff options
author | Markus Hihn <markus.hihn@dcso.de> | 2017-12-27 17:34:26 +0100 |
---|---|---|
committer | Markus Hihn <markus.hihn@dcso.de> | 2017-12-27 17:34:26 +0100 |
commit | 08fa15d17350f78ee6a85e5d7194ce663e0103a9 (patch) | |
tree | 66b2a9c74036a844147ebf850025c528c8e2cb15 /jeschli/1systems | |
parent | c87334ccc6406ab07904ce3715378dd9bf392286 (diff) |
jeschli bln: wireless for 34c3
Diffstat (limited to 'jeschli/1systems')
-rw-r--r-- | jeschli/1systems/bln/config.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jeschli/1systems/bln/config.nix b/jeschli/1systems/bln/config.nix index 578638a7e..9ea680129 100644 --- a/jeschli/1systems/bln/config.nix +++ b/jeschli/1systems/bln/config.nix @@ -37,8 +37,8 @@ ]; networking.hostName = "BLN02NB0154"; # Define your hostname. - networking.networkmanager.enable = true; - #networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. + # networking.networkmanager.enable = true; + networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # Select internationalisation properties. # i18n = { |