aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules/websites/tools/git/mantisbt
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-04-16 01:48:11 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-04-16 01:48:11 +0200
commit85f5ed68104de9edd8f8e532dc0c2de931e3ca1b (patch)
tree4a5da5f6d5e808db249f282a4743a1e56680aace /nixops/modules/websites/tools/git/mantisbt
parentec2a5ffb986e9b21dff31e16d112aa9052a4bc5c (diff)
downloadNix-85f5ed68104de9edd8f8e532dc0c2de931e3ca1b.tar.gz
Nix-85f5ed68104de9edd8f8e532dc0c2de931e3ca1b.tar.zst
Nix-85f5ed68104de9edd8f8e532dc0c2de931e3ca1b.zip
Fix secret permissions
Diffstat (limited to 'nixops/modules/websites/tools/git/mantisbt')
-rw-r--r--nixops/modules/websites/tools/git/mantisbt/mantisbt.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixops/modules/websites/tools/git/mantisbt/mantisbt.nix b/nixops/modules/websites/tools/git/mantisbt/mantisbt.nix
index 00580b5..2c7422d 100644
--- a/nixops/modules/websites/tools/git/mantisbt/mantisbt.nix
+++ b/nixops/modules/websites/tools/git/mantisbt/mantisbt.nix
@@ -21,7 +21,7 @@ let
21 destDir = "/run/keys/webapps"; 21 destDir = "/run/keys/webapps";
22 user = apache.user; 22 user = apache.user;
23 group = apache.group; 23 group = apache.group;
24 permissions = "0700"; 24 permissions = "0400";
25 text = '' 25 text = ''
26 <?php 26 <?php
27 $g_hostname = '${env.postgresql.socket}'; 27 $g_hostname = '${env.postgresql.socket}';