fix: ensure directory for website static files gets created

teutat3s 2023-10-28 16:22:44 +02:00
parent 1fde142895
commit 25e61a56de
Signed by: teutat3s
GPG Key ID: 4FA1D3FA524F22C1
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 - -"
];
}