user: Allow me to change network settings
1 file changed, 1 insertion(+), 1 deletion(-)
M modules/configuration/user.nix → modules/configuration/user.nix
@@ -3,7 +3,7 @@ { users.extraUsers.alan = { description = "Alan Pearce"; isNormalUser = true; - extraGroups = [ "audio" "wheel" "adbusers" "docker" "nitrokey" "dialout" ]; + extraGroups = [ "audio" "wheel" "adbusers" "docker" "nitrokey" "dialout" "networkmanager" ]; shell = "/run/current-system/sw/bin/zsh"; home = "/home/alan"; uid = 1000;