diff options
author | lassulus <lassulus@lassul.us> | 2018-12-18 22:12:08 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2018-12-18 22:12:08 +0100 |
commit | adcb9ff179c296b683c80e5219d38659b4b36eb8 (patch) | |
tree | ff7d23876ddf440f07431aac03b9169d496f7cdb /tv/2configs | |
parent | b199a386d331ab7ff16cae6e0393379ce18a17af (diff) | |
parent | 0b57526d4fabfd40cd1f0bd5ba7bca301c7288d3 (diff) |
Merge remote-tracking branch 'ni/master'
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/hw/AO753.nix | 2 | ||||
-rw-r--r-- | tv/2configs/hw/x220.nix | 2 |
2 files changed, 0 insertions, 4 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; diff --git a/tv/2configs/hw/x220.nix b/tv/2configs/hw/x220.nix index 38a89cfc3..35e7d8941 100644 --- a/tv/2configs/hw/x220.nix +++ b/tv/2configs/hw/x220.nix @@ -26,8 +26,6 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - networking.wireless.enable = true; - # Required for Centrino. hardware.enableRedistributableFirmware = true; |