set service groups

This commit is contained in:
Kiara Grouwstra 2025-07-27 10:25:24 +02:00
parent a012451bc4
commit c6d670e94f
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -218,10 +218,15 @@
attic-client attic-client
]; ];
environmentFile = [ config.vars.generators."templates".files."woodpecker-agent-exec.conf".path ]; environmentFile = [ config.vars.generators."templates".files."woodpecker-agent-exec.conf".path ];
extraGroups = [ "woodpecker-agent-exec" ];
}; };
docker = { docker = {
enable = true; enable = true;
environmentFile = [ config.vars.generators."templates".files."woodpecker-agent-podman.conf".path ]; environmentFile = [ config.vars.generators."templates".files."woodpecker-agent-podman.conf".path ];
extraGroups = [
"podman"
"woodpecker-agent-docker"
];
}; };
}; };
}; };