diff options
author | tv <tv@krebsco.de> | 2018-12-17 17:11:31 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2018-12-17 17:11:31 +0100 |
commit | 6368559ee1ef10dfb7df802743813b219ffbf7ba (patch) | |
tree | f0e7d5862713bdf28505fb6b1fe432965b74a37e /tv/1systems | |
parent | cd8406cf34122776f93720347638fbed4435dd8f (diff) |
tv mu: import x220 config
Diffstat (limited to 'tv/1systems')
-rw-r--r-- | tv/1systems/mu/config.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tv/1systems/mu/config.nix b/tv/1systems/mu/config.nix index 7820b1a..be8d909 100644 --- a/tv/1systems/mu/config.nix +++ b/tv/1systems/mu/config.nix @@ -5,6 +5,11 @@ with import <stockholm/lib>; <stockholm/tv> <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> ]; |