mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2026-02-04 09:10:01 +01:00
skrott/dibbler: fix postgres url
This commit is contained in:
@@ -69,7 +69,7 @@
|
|||||||
postgresql = {
|
postgresql = {
|
||||||
username = "pvv_vv";
|
username = "pvv_vv";
|
||||||
dbname = "pvv_vv";
|
dbname = "pvv_vv";
|
||||||
host = "postgresql.pvv.ntnu.no";
|
host = "postgres.pvv.ntnu.no";
|
||||||
password_file = config.sops.secrets."dibbler/postgresql/password".path;
|
password_file = config.sops.secrets."dibbler/postgresql/password".path;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user