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 0735f8e983
commit 53ec26f318

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";
};