Ensure that /var/www exists.
This commit is contained in:
parent
77074c7d87
commit
56557ab5d1
1 changed files with 6 additions and 1 deletions
|
@ -69,7 +69,12 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
systemd.services."gitea-runner-${utils.escapeSystemdPath "${name}-linux"}".serviceConfig.ReadWritePaths = "/var/www";
|
||||
systemd.tmpfiles.rules = [
|
||||
"d /var/www 0775 root root"
|
||||
];
|
||||
|
||||
systemd.services."gitea-runner-${utils.escapeSystemdPath "${name}-linux"}".serviceConfig.ReadWritePaths =
|
||||
"/var/www";
|
||||
|
||||
environment.systemPackages = with pkgs; [ unstable.forgejo-runner ];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue