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