diff options
author | Markus Hihn <markus.hihn@dcso.de> | 2018-01-05 10:46:36 +0100 |
---|---|---|
committer | Markus Hihn <markus.hihn@dcso.de> | 2018-01-05 10:46:36 +0100 |
commit | 9b46b200cb4b4b1ba36d7cdc21765806f3bd5734 (patch) | |
tree | 09763d20619789f838208d2c4f034265e8cffbc0 /jeschli/1systems | |
parent | 5d87fd8caa64b48df8ac9704400de0542acbc539 (diff) |
jeschli bln: activated nm again
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 9ea680129..5ffa99c86 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 = { |