From 61dcdbece76ec346ab21572f3800d54f4c7bb732 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 29 Apr 2018 14:58:22 +0200 Subject: user: Allow me to change network settings --- modules/configuration/user.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/configuration/user.nix b/modules/configuration/user.nix index 1d4a183..7034a15 100644 --- a/modules/configuration/user.nix +++ b/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; -- cgit 1.4.1