mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
fix peertube
This commit is contained in:
@@ -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})'
|
||||
''}
|
||||
|
||||
Reference in New Issue
Block a user