all repos — archive/nixos-configuration @ 61dcdbece76ec346ab21572f3800d54f4c7bb732

Superseded by nixfiles

user: Allow me to change network settings

Alan Pearce
commit

61dcdbece76ec346ab21572f3800d54f4c7bb732

parent

72f8866df6eafff5b44b4d8c6d7c55c5df01cceb

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M modules/configuration/user.nixmodules/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;