Update audio+video group to be enabled for wayland desktops.
This commit is contained in:
parent
ee71c6292e
commit
4af279ff01
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ with lib; let
|
|||
group = user.name;
|
||||
extraGroups =
|
||||
["audio" "wheel" "network"]
|
||||
++ (optionals cfg.xserver.enable ["input" "video"])
|
||||
++ (optionals (lib.elem "desktop" config.machine.services) ["input" "video"])
|
||||
++ (optionals cfg.printing.enable ["cups" "lp"])
|
||||
++ (optional (withDocker && !withPodman) "docker")
|
||||
++ (optional withPodman "podman");
|
||||
|
|
Loading…
Reference in a new issue