fix: ensure directory for website static files gets created #21

Merged
b12f merged 1 commits from nginx-www-website-path into main 2023-10-28 15:03:45 +00:00
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 - -"
];
}