1
0
forked from clan/clan-core

add waypipe user to video group

This commit is contained in:
Jörg Thalheim 2024-02-15 19:30:51 +01:00 committed by Mic92
parent 50c8c2070b
commit 897acfaf6b

View File

@ -48,7 +48,7 @@
users.users.${config.clan.services.waypipe.user} = {
isNormalUser = true;
password = "";
extraGroups = [ "wheel" ];
extraGroups = [ "wheel" "video" ];
shell = "/run/current-system/sw/bin/bash";
};