user: Allow me to change network settings
Alan Pearce alan@alanpearce.eu
Sun, 29 Apr 2018 14:58:22 +0200
1 files changed, 1 insertions(+), 1 deletions(-)
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;