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 = ''