Add default user to audio group

This commit is contained in:
Jordan Holt 2025-01-19 14:22:23 +00:00
parent 00d8cdf92b
commit 84105829b1
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -87,9 +87,10 @@ with lib;
inherit name;
isNormalUser = true;
extraGroups = [
"audio"
"lxd"
"networkmanager"
"wheel"
"lxd"
];
description = "Jordan Holt";
useDefaultShell = true;