Add default user to audio group

This commit is contained in:
Jordan Holt 2025-01-05 00:19:14 +00:00
parent 23c24dc6ad
commit 84cd90325d
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -36,7 +36,7 @@ with lib;
in { in {
inherit name; inherit name;
isNormalUser = true; isNormalUser = true;
extraGroups = [ "networkmanager" "wheel" "lxd" ]; extraGroups = [ "audio" "networkmanager" "wheel" "lxd" ];
description = "Jordan Holt"; description = "Jordan Holt";
useDefaultShell = true; useDefaultShell = true;
openssh.authorizedKeys.keys = [ openssh.authorizedKeys.keys = [