Add default user to audio group
This commit is contained in:
parent
00d8cdf92b
commit
84105829b1
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user