From 2c615912e7f4d3da0f20f0a7c8c2b7ec922ba956 Mon Sep 17 00:00:00 2001 From: Enrico Fasoli Date: Fri, 25 Sep 2015 17:54:55 +0200 Subject: [PATCH] move to comman to handle connections --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.nix b/configuration.nix index a6d2323..e7094b4 100644 --- a/configuration.nix +++ b/configuration.nix @@ -33,6 +33,8 @@ networking.hostName = "ape"; networking.hostId = "6bc261fc"; networking.firewall.enable = false; + networking.wireless.enable = true; + networking.connman.enable = true; i18n = { consoleFont = "lat9w-16";