also create directories in nginx conf (dont be dependant on github runner)

This commit is contained in:
Kopatz
2023-11-04 17:00:39 +01:00
parent 3e40e32ac3
commit 64d8c7a494

View File

@@ -1,6 +1,11 @@
{
networking.firewall.allowedTCPPorts = [ 80 443 ];
systemd.tmpfiles.rules = [
"d /data 0770 github-actions-runner nginx -"
"d /data/website 0770 github-actions-runner nginx -"
];
services.nginx = {
enable = true;