From c44711c5f24bd362016b2b006f52954fa2dce1d8 Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Fri, 4 Aug 2023 23:06:00 +0200 Subject: [PATCH] Update path for db password --- nixos-configurations/server/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-configurations/server/default.nix b/nixos-configurations/server/default.nix index 4cf6e46..aba9060 100644 --- a/nixos-configurations/server/default.nix +++ b/nixos-configurations/server/default.nix @@ -57,7 +57,7 @@ database.createLocally = true; config = { dbType = "pgsql"; - adminpassFile = "/root/nextcloud-database-password"; + adminpassFile = "/root/nextcloud-database-password.txt"; }; }; };