mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2024-11-04 16:03:12 +00:00
Hotfix pleroma config
This commit is contained in:
parent
9c2be115f8
commit
4a17a1e479
|
@ -14,10 +14,10 @@ in
|
|||
user = "pleroma";
|
||||
group = "pleroma";
|
||||
configs = [
|
||||
builtins.replaceStrings
|
||||
(builtins.replaceStrings
|
||||
[ "$DOMAIN" "$LUSER" "$DB_PASSWORD" ]
|
||||
[ cfg.domain cfg.username cfg.databasePassword ]
|
||||
(builtins.readFile ./config.exs)
|
||||
(builtins.readFile ./config.exs))
|
||||
];
|
||||
};
|
||||
postgresql = {
|
||||
|
|
Loading…
Reference in a new issue