From 3f69458919c4cbc56a0eb5d89c00c213f6f1efec Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Thu, 11 May 2023 18:17:42 +0200 Subject: [PATCH] Modify wifi configuration --- nixos-configurations/shared.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos-configurations/shared.nix b/nixos-configurations/shared.nix index 891a750..eece52a 100644 --- a/nixos-configurations/shared.nix +++ b/nixos-configurations/shared.nix @@ -8,10 +8,10 @@ nix.settings.experimental-features = [ "nix-command" "flakes" ]; - networking.networkmanager.enable = true; - time.timeZone = "Europe/Amsterdam"; + networking.wireless.iwd.enable = true; + services = { xserver = { enable = true; @@ -42,7 +42,7 @@ users.users.thiloho = { isNormalUser = true; - extraGroups = [ "wheel" "networkmanager" ]; + extraGroups = [ "wheel" ]; }; # Home manager configuration