]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - nixops/modules/websites/tools/tools/shaarli.nix
Fix secret permissions
[perso/Immae/Config/Nix.git] / nixops / modules / websites / tools / tools / shaarli.nix
index 543518152bd781096bd3d03ce2bde2af21c827eb..56658fd482dc5fe07837fcc8ede9b4849312de42 100644 (file)
@@ -65,7 +65,7 @@ in rec {
     destDir = "/run/keys/webapps";
     user = apache.user;
     group = apache.group;
-    permissions = "0700";
+    permissions = "0400";
     text = ''
       SetEnv SHAARLI_LDAP_PASSWORD "${env.ldap.password}"
       SetEnv SHAARLI_LDAP_DN       "${env.ldap.dn}"