]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/private/websites/tools/cloud/default.nix
Use templated secrets to avoid having password in the store
[perso/Immae/Config/Nix.git] / modules / private / websites / tools / cloud / default.nix
index da6ac2f29dce5a0e80358a6c3104ebc87fc86f94..1a422966d0864569b75851d606ecb47942db4e4c 100644 (file)
@@ -84,7 +84,7 @@ in {
         include('${nextcloud}/version.php');
         $CONFIG = array (
           // FIXME: change this value when nextcloud starts getting slow
-          'instanceid' => '${env.instance_id}1',
+          'instanceid' => '${env.instance_id}',
           'datadirectory' => '/var/lib/nextcloud/',
           'passwordsalt' => '${env.password_salt}',
           'debug' => false,