From 48ffb3cda1339c07c5b4fa33bef8631275063797 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 26 Jan 2026 02:27:21 +0900 Subject: [PATCH] skrott/dibbler: fix postgres url --- hosts/skrott/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/skrott/configuration.nix b/hosts/skrott/configuration.nix index 4d46cca..b203032 100644 --- a/hosts/skrott/configuration.nix +++ b/hosts/skrott/configuration.nix @@ -69,7 +69,7 @@ postgresql = { username = "pvv_vv"; dbname = "pvv_vv"; - host = "postgresql.pvv.ntnu.no"; + host = "postgres.pvv.ntnu.no"; password_file = config.sops.secrets."dibbler/postgresql/password".path; }; };