summaryrefslogtreecommitdiffstats
path: root/tv/1systems/nomic/config.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2018-12-18 20:39:36 +0100
committertv <tv@krebsco.de>2018-12-18 20:39:36 +0100
commitf89f99011d77e53cc0729d2cf735ea2adb45ef22 (patch)
tree63c5c053464f26360bd46fe40e2bfea031d2730d /tv/1systems/nomic/config.nix
parent1fa1fa53062069de970548f88ad0211b4502f18d (diff)
tv: enable networking.wireless in systems
Diffstat (limited to 'tv/1systems/nomic/config.nix')
-rw-r--r--tv/1systems/nomic/config.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/tv/1systems/nomic/config.nix b/tv/1systems/nomic/config.nix
index 996a5e7e..a89f07e8 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;
}