aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules/websites
diff options
context:
space:
mode:
Diffstat (limited to 'nixops/modules/websites')
-rw-r--r--nixops/modules/websites/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixops/modules/websites/default.nix b/nixops/modules/websites/default.nix
index 5b839af..432ad3c 100644
--- a/nixops/modules/websites/default.nix
+++ b/nixops/modules/websites/default.nix
@@ -179,7 +179,7 @@ in
179 179
180 system.activationScripts = { 180 system.activationScripts = {
181 httpd = '' 181 httpd = ''
182 install -d -m 0755 /var/lib/acme/acme-challenge 182 install -d -m 0755 ${config.security.acme.directory}/acme-challenge
183 install -d -m 0750 -o wwwrun -g wwwrun /var/lib/php/sessions 183 install -d -m 0750 -o wwwrun -g wwwrun /var/lib/php/sessions
184 install -d -m 0750 -o wwwrun -g wwwrun /var/lib/php/sessions/adminer 184 install -d -m 0750 -o wwwrun -g wwwrun /var/lib/php/sessions/adminer
185 install -d -m 0750 -o wwwrun -g wwwrun /var/lib/php/tmp/adminer 185 install -d -m 0750 -o wwwrun -g wwwrun /var/lib/php/tmp/adminer