From 3b6ed118fed92d4fb5e0c765a08c03a815a56296 Mon Sep 17 00:00:00 2001 From: Vegard Bieker Matthey Date: Wed, 18 Mar 2026 18:39:17 +0100 Subject: [PATCH] use correct setting for password --- hosts/skrot/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/skrot/configuration.nix b/hosts/skrot/configuration.nix index dd71213..473038b 100644 --- a/hosts/skrot/configuration.nix +++ b/hosts/skrot/configuration.nix @@ -63,7 +63,7 @@ username = "worblehat"; dbname = "worblehat"; host = "postgres.pvv.ntnu.no"; - password_file = config.sops.secrets."worblehat/postgresql/password".path; + password = config.sops.secrets."worblehat/postgresql/password".path; }; }; };