forked from pub-solar/infra
fix: ensure directory for website static files gets created
This commit is contained in:
parent
5dcbb8e526
commit
6408288049
|
@ -20,4 +20,8 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [80 443];
|
networking.firewall.allowedTCPPorts = [80 443];
|
||||||
|
|
||||||
|
systemd.tmpfiles.rules = [
|
||||||
|
"d '/srv/www/pub.solar' 0750 hakkonaut hakkonaut - -"
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue