From eab46c9c3c9708765d89be0fc2cc8623b475a347 Mon Sep 17 00:00:00 2001 From: TheThomaas Date: Tue, 25 Jul 2023 22:28:19 +0200 Subject: [PATCH] Add config for wireless network --- common-configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/common-configuration.nix b/common-configuration.nix index 1aa18f2..fdc34eb 100644 --- a/common-configuration.nix +++ b/common-configuration.nix @@ -9,6 +9,7 @@ # Configure network proxy if necessary # networking.proxy.default = "http://user:password@proxy:port/"; # networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain"; + networking.networkmanager.enable = true; # Select internationalisation properties. i18n.defaultLocale = "fr_CH.UTF-8";