From 4a17a1e479218e3ddcbebb18928f596fd36251a4 Mon Sep 17 00:00:00 2001 From: Inex Code Date: Thu, 18 Nov 2021 21:19:26 +0300 Subject: [PATCH] Hotfix pleroma config --- social/pleroma.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/social/pleroma.nix b/social/pleroma.nix index 7a0446e..ef4eeb9 100644 --- a/social/pleroma.nix +++ b/social/pleroma.nix @@ -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 = {