diff options
Diffstat (limited to 'nixops/modules/websites/chloe')
-rw-r--r-- | nixops/modules/websites/chloe/chloe.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixops/modules/websites/chloe/chloe.nix b/nixops/modules/websites/chloe/chloe.nix index 80e5554..7ad23fe 100644 --- a/nixops/modules/websites/chloe/chloe.nix +++ b/nixops/modules/websites/chloe/chloe.nix | |||
@@ -114,7 +114,7 @@ let | |||
114 | rm -rf IMG local tmp config/remove.txt | 114 | rm -rf IMG local tmp config/remove.txt |
115 | ln -sf ${../commons/spip/spip_mes_options.php} config/mes_options.php | 115 | ln -sf ${../commons/spip/spip_mes_options.php} config/mes_options.php |
116 | echo "Require all denied" > "config/.htaccess" | 116 | echo "Require all denied" > "config/.htaccess" |
117 | ln -sf ../../../../../${varDir}/{IMG,local} . | 117 | ln -sf ${varDir}/{IMG,local} . |
118 | ''; | 118 | ''; |
119 | installPhase = '' | 119 | installPhase = '' |
120 | cp -a . $out | 120 | cp -a . $out |