diff options
author | tv <tv@krebsco.de> | 2018-12-18 20:39:36 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2018-12-18 20:39:36 +0100 |
commit | f89f99011d77e53cc0729d2cf735ea2adb45ef22 (patch) | |
tree | 63c5c053464f26360bd46fe40e2bfea031d2730d /tv/1systems/mu | |
parent | 1fa1fa53062069de970548f88ad0211b4502f18d (diff) |
tv: enable networking.wireless in systems
Diffstat (limited to 'tv/1systems/mu')
-rw-r--r-- | tv/1systems/mu/config.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tv/1systems/mu/config.nix b/tv/1systems/mu/config.nix index be8d90940..f1cd7d673 100644 --- a/tv/1systems/mu/config.nix +++ b/tv/1systems/mu/config.nix @@ -6,10 +6,6 @@ with import <stockholm/lib>; <stockholm/tv/2configs/br.nix> <stockholm/tv/2configs/exim-retiolum.nix> <stockholm/tv/2configs/hw/x220.nix> - { - # Override x220.nix as we're using networkmanager here. - networking.wireless.enable = mkForce false; - } <stockholm/tv/2configs/retiolum.nix> ]; |