forked from fediversity/fediversity
set service groups
This commit is contained in:
parent
a012451bc4
commit
c6d670e94f
1 changed files with 5 additions and 0 deletions
|
|
@ -218,10 +218,15 @@
|
|||
attic-client
|
||||
];
|
||||
environmentFile = [ config.vars.generators."templates".files."woodpecker-agent-exec.conf".path ];
|
||||
extraGroups = [ "woodpecker-agent-exec" ];
|
||||
};
|
||||
docker = {
|
||||
enable = true;
|
||||
environmentFile = [ config.vars.generators."templates".files."woodpecker-agent-podman.conf".path ];
|
||||
extraGroups = [
|
||||
"podman"
|
||||
"woodpecker-agent-docker"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue