fix forgejo runner not being able to write to /srv/web

This commit is contained in:
jacekpoz 2024-05-17 18:54:57 +02:00
parent 9635ff06f2
commit 496b3025e0
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -71,6 +71,10 @@
};
};
systemd.services.gitea-runner-chmura.serviceConfig = {
ReadWritePaths = "/srv/web";
};
services.caddy = {
enable = true;
virtualHosts."git.jacekpoz.pl".extraConfig = ''