fix peertube

This commit is contained in:
2025-06-04 13:50:57 +08:00
parent 6ee4493e42
commit 5835771b10

View File

@@ -502,7 +502,7 @@ in
secrets:
peertube: '$(cat ${cfg.secrets.secretsFile})'
''}
${lib.optionalString ((!cfg.database.createLocally) && (cfg.database.passwordFile != null)) ''
${lib.optionalString (cfg.database.passwordFile != null) ''
database:
password: '$(cat ${cfg.database.passwordFile})'
''}