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/nomic | |
parent | 1fa1fa53062069de970548f88ad0211b4502f18d (diff) |
tv: enable networking.wireless in systems
Diffstat (limited to 'tv/1systems/nomic')
-rw-r--r-- | tv/1systems/nomic/config.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tv/1systems/nomic/config.nix b/tv/1systems/nomic/config.nix index 996a5e7ec..a89f07e8a 100644 --- a/tv/1systems/nomic/config.nix +++ b/tv/1systems/nomic/config.nix @@ -64,4 +64,6 @@ with import <stockholm/lib>; gnupg tmux ]; + + networking.wireless.enable = true; } |