add gui users to seat groups

This commit is contained in:
DanyLE
2025-07-12 23:54:51 +02:00
parent a9cce7b660
commit bb5a5245c8

View File

@ -8,6 +8,8 @@ EXTRA_USERS_PARAMS:append = "useradd xdg; \
usermod -a -G input xdg; \
usermod -a -G tty xdg; \
usermod -a -G avahi diya; \
usermod -a -G seat diya; \
usermod -a -G seat xdg; \
usermod -a -G xdg diya;"
IMAGE_INSTALL:append = "pango \
seatd \