skrott: update dibbler + config

This commit is contained in:
h7x4
2026-01-25 20:56:19 +09:00
parent 6b352507a3
commit 52ac4ca775
3 changed files with 18 additions and 9 deletions

View File

@@ -25,7 +25,7 @@
# TODO: can we reduce further?
sops.secrets = {
"dibbler/postgresql/url" = {
"dibbler/postgresql/password" = {
owner = "dibbler";
group = "dibbler";
};
@@ -56,7 +56,15 @@
settings = {
general.quit_allowed = false;
database.url = config.sops.secrets."dibbler/postgresql/url".path;
database = {
type = "postgresql";
postgresql = {
username = "pvv_vv";
dbname = "pvv_vv";
host = "postgresql.pvv.ntnu.no";
password_file = config.sops.secrets."dibbler/postgresql/password".path;
};
};
};
};