Commit 2b17cc324085

Vincent Demeester <vincent@sbr.pm>
2018-12-03 14:25:27
users: add user to networkmanager group
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 11aeab5
Changed files (1)
modules
profiles
modules/profiles/users.nix
@@ -27,7 +27,7 @@ in
           isNormalUser = true;
           uid = 1000;
           createHome = true;
-          extraGroups = [ "wheel" "input" ] ++ optionals config.profiles.desktop.enable ["audio" "video" "scanner"]
+          extraGroups = [ "wheel" "input" ] ++ optionals config.profiles.desktop.enable ["audio" "video" "scanner" "networkmanager"]
                     ++ optionals config.profiles.docker.enable [ "docker" ]
                     ++ optionals config.profiles.buildkit.enable [ "buildkit" ]
                     ++ optionals config.profiles.virtualization.enable [ "libvirtd" "vboxusers" ];