Merge pull request 'add waypipe user to video group' (#852) from Mic92-target_host into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/852
This commit is contained in:
Mic92
2024-02-15 18:31:39 +00:00

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