forked from fediversity/fediversity
rm last conditional
This commit is contained in:
parent
098a0447a2
commit
33e0d5adfe
1 changed files with 1 additions and 1 deletions
|
|
@ -231,7 +231,7 @@
|
|||
};
|
||||
|
||||
systemd.services = {
|
||||
woodpecker-agent-docker = lib.mkIf config.services.woodpecker-agents.agents.docker.enable {
|
||||
woodpecker-agent-docker = {
|
||||
wants = [ "podman.socket" ];
|
||||
after = [ "podman.socket" ];
|
||||
serviceConfig = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue