use correct setting for password
Eval nix flake / evals (push) Successful in 9m59s

This commit is contained in:
2026-03-18 18:39:17 +01:00
parent fcd9d52cd9
commit be221d5c8d
+1 -1
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;
};
};
};