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/2configs/hw/AO753.nix | |
parent | 1fa1fa53062069de970548f88ad0211b4502f18d (diff) |
tv: enable networking.wireless in systems
Diffstat (limited to 'tv/2configs/hw/AO753.nix')
-rw-r--r-- | tv/2configs/hw/AO753.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tv/2configs/hw/AO753.nix b/tv/2configs/hw/AO753.nix index 8625078da..4df5e097a 100644 --- a/tv/2configs/hw/AO753.nix +++ b/tv/2configs/hw/AO753.nix @@ -25,8 +25,6 @@ with import <stockholm/lib>; config.boot.kernelPackages.broadcom_sta ]; - networking.wireless.enable = true; - nix = { buildCores = 2; maxJobs = 2; |