fix(authelia): fix postgresql port reference

This commit is contained in:
Felix Schröter 2024-08-25 14:13:35 +02:00
parent 96654d6e1b
commit 57009266e5
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -149,7 +149,7 @@ in
}; };
storage.postgres = { storage.postgres = {
host = "/run/postgresql"; host = "/run/postgresql";
inherit (config.services.postgresql) port; inherit (config.services.postgresql.settings) port;
username = cfg.user; username = cfg.user;
database = cfg.user; database = cfg.user;
# password not used since it uses peer auth # password not used since it uses peer auth