diff options
Diffstat (limited to '')
| -rw-r--r-- | modules/by-name/us/users/module.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/by-name/us/users/module.nix b/modules/by-name/us/users/module.nix index 555e61f9..65b75d2e 100644 --- a/modules/by-name/us/users/module.nix +++ b/modules/by-name/us/users/module.nix @@ -25,7 +25,7 @@ in { }; groups = lib.mkOption { type = lib.types.listOf lib.types.str; - default = ["wheel"]; + default = ["wheel" "audio"]; description = "The groups the soispha user should be part of"; }; |
