From 165e26f0b383dfdfe46e5e35f1ab960bb1887311 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 5 May 2021 12:09:49 +0200 Subject: [PATCH] modules: users: add myself to 'networkmanager' --- modules/users.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/users.nix b/modules/users.nix index 6fa4e6d..3bc1c37 100644 --- a/modules/users.nix +++ b/modules/users.nix @@ -21,6 +21,7 @@ in extraGroups = groupsIfExist [ "audio" # sound control "media" # access to media files + "networkmanager" # wireless configuration "plugdev" # usage of ZSA keyboard tools "video" # screen control "wheel" # `sudo` for the user.