Add default user to audio group

This commit is contained in:
2025-01-19 14:22:23 +00:00
parent 00d8cdf92b
commit 84105829b1

View File

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