fix: ensure directory for website static files gets created

This commit is contained in:
teutat3s 2023-10-28 16:22:44 +02:00 committed by b12f
parent 5dcbb8e526
commit 6408288049
Signed by: pub.solar gitea
GPG key ID: F0332B04B7054873

View file

@ -20,4 +20,8 @@ in {
};
networking.firewall.allowedTCPPorts = [80 443];
systemd.tmpfiles.rules = [
"d '/srv/www/pub.solar' 0750 hakkonaut hakkonaut - -"
];
}