skrott/dibbler: fix postgres url

This commit is contained in:
h7x4
2026-01-26 02:27:21 +09:00
parent 9bbc64afc8
commit 48ffb3cda1

View File

@@ -69,7 +69,7 @@
postgresql = { postgresql = {
username = "pvv_vv"; username = "pvv_vv";
dbname = "pvv_vv"; dbname = "pvv_vv";
host = "postgresql.pvv.ntnu.no"; host = "postgres.pvv.ntnu.no";
password_file = config.sops.secrets."dibbler/postgresql/password".path; password_file = config.sops.secrets."dibbler/postgresql/password".path;
}; };
}; };