give access to docker

This commit is contained in:
Charlotte 🦝 Delenk 2023-04-09 08:10:23 +01:00
parent f259251c57
commit 385860496c
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -15,6 +15,7 @@
DOCKER_HOST = "unix:///run/docker.sock";
};
environmentFile = [config.sops.secrets."services/woodpecker-runner".path];
extraGroups = ["docker"];
};
sops.secrets."services/woodpecker-runner" = {};
}