diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-12-11 16:24:40 +0100 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-12-11 16:24:40 +0100 |
commit | 7be98246015237af8077e3320101408639316bb8 (patch) | |
tree | c376364ca6d9d54a6ba5db5328ccba3c5703743b /users/pn.nix | |
parent | 527c96af4ed48111cfa19161fb2680b6866c2594 (diff) | |
download | dots-7be98246015237af8077e3320101408639316bb8.tar.gz dots-7be98246015237af8077e3320101408639316bb8.zip |
Add adax host
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 |