fix: ensure directory for website static files gets created

pull/21/head
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
1 changed files with 4 additions and 0 deletions

View File

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