use correct setting for password

This commit is contained in:
Vegard Bieker Matthey
2026-03-18 18:39:17 +01:00
parent fcd9d52cd9
commit be221d5c8d

View File

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