fix forgejo runner not being able to write to /srv/web
This commit is contained in:
parent
9635ff06f2
commit
496b3025e0
1 changed files with 4 additions and 0 deletions
|
@ -71,6 +71,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
systemd.services.gitea-runner-chmura.serviceConfig = {
|
||||
ReadWritePaths = "/srv/web";
|
||||
};
|
||||
|
||||
services.caddy = {
|
||||
enable = true;
|
||||
virtualHosts."git.jacekpoz.pl".extraConfig = ''
|
||||
|
|
Loading…
Reference in a new issue