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; }; };