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 | d05a98eba35954e3fc3c384a98c679297feb8f80 (patch) | |
tree | 80667760a0740c3227341b3a7a9a184471879dca /tv/1systems/xu | |
parent | 5a7dc088d115937aed355c9a7e85469d9bc4416d (diff) |
tv: enable networking.wireless in systems
Diffstat (limited to 'tv/1systems/xu')
-rw-r--r-- | tv/1systems/xu/config.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tv/1systems/xu/config.nix b/tv/1systems/xu/config.nix index 5421cab..b9c76cf 100644 --- a/tv/1systems/xu/config.nix +++ b/tv/1systems/xu/config.nix @@ -147,6 +147,8 @@ with import <stockholm/lib>; gptfdisk ]; + networking.wireless.enable = true; + #services.bitlbee.enable = true; #services.tor.client.enable = true; #services.tor.enable = true; |