diff options
Diffstat (limited to 'users/pn.nix')
-rwxr-xr-x | users/pn.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/pn.nix b/users/pn.nix index 8789721..3a74358 100755 --- a/users/pn.nix +++ b/users/pn.nix @@ -3,7 +3,7 @@ { users.users.pn = { isNormalUser = true; - extraGroups = [ "wheel" ]; + extraGroups = [ "wheel" "audio" ]; }; ## Although it's less secure I tend not to have sensitive data on my machines |