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