From e10c46d37ed8345120be10e354f57e3f7f81c4d3 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Fri, 11 Oct 2019 00:24:15 +0200 Subject: [PATCH] gitea: fix database password file --- systems/LoutreOS/services.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/LoutreOS/services.nix b/systems/LoutreOS/services.nix index 1ef512f..1a36b6e 100644 --- a/systems/LoutreOS/services.nix +++ b/systems/LoutreOS/services.nix @@ -412,7 +412,7 @@ in database = { type = "postgres"; port = 5432; - passwordFile = "/mnt/secrets/gitea_database_passwordFile"; + passwordFile = "/var/lib/gitea/custom/conf/database_password"; }; log.level = "Warn"; extraConfig = ''