add waypipe user to video group

This commit is contained in:
Jörg Thalheim
2024-02-15 19:30:51 +01:00
parent 8a109b666b
commit dab89144b9

View File

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