forked from mirrors/nixpkgs
nixos/wordpress: ensure that fonts already exists
Not a big deal in most of the cases because wordpress ensures that this directory exists on its own, but with our twentig customizations that's actually causing issues. (cherry picked from commit 3285342bfe5f401dda84c13c834e73154928a61c)
This commit is contained in:
parent
b8a57555e5
commit
b40b8b92e2
|
@ -409,6 +409,8 @@ in
|
|||
"d '${stateDir hostName}' 0750 ${user} ${webserver.group} - -"
|
||||
"d '${cfg.uploadsDir}' 0750 ${user} ${webserver.group} - -"
|
||||
"Z '${cfg.uploadsDir}' 0750 ${user} ${webserver.group} - -"
|
||||
"d '${cfg.fontsDir}' 0750 ${user} ${webserver.group} - -"
|
||||
"Z '${cfg.fontsDir}' 0750 ${user} ${webserver.group} - -"
|
||||
]) eachSite);
|
||||
|
||||
systemd.services = mkMerge [
|
||||
|
|
Loading…
Reference in a new issue