fix: ensure directory for website static files gets created #21
1 changed files with 4 additions and 0 deletions
|
@ -20,4 +20,8 @@ in {
|
|||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [80 443];
|
||||
|
||||
systemd.tmpfiles.rules = [
|
||||
"d '/srv/www/pub.solar' 0750 hakkonaut hakkonaut - -"
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue