add user to audio video group

This commit is contained in:
陈浩南 2023-06-14 19:29:12 +08:00
parent 380ff00290
commit 6e2a6e9242

View File

@ -6,7 +6,7 @@
{
isNormalUser = true;
extraGroups = inputs.lib.intersectLists
[ "networkmanager" "wheel" "wireshark" "libvirtd" ]
[ "networkmanager" "wheel" "wireshark" "libvirtd" "video" "audio" ]
(builtins.attrNames inputs.config.users.groups);
passwordFile = inputs.config.sops.secrets."password/chn".path;
shell = inputs.pkgs.zsh;