mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2026-03-19 14:17:34 +01:00
change name of database for worblehat
This commit is contained in:
@@ -60,8 +60,8 @@
|
|||||||
database = {
|
database = {
|
||||||
type = "postgresql";
|
type = "postgresql";
|
||||||
postgresql = {
|
postgresql = {
|
||||||
username = "pvv_vv";
|
username = "worblehat";
|
||||||
dbname = "pvv_vv";
|
dbname = "worblehat";
|
||||||
host = "postgres.pvv.ntnu.no";
|
host = "postgres.pvv.ntnu.no";
|
||||||
password_file = config.sops.secrets."worblehat/postgresql/password".path;
|
password_file = config.sops.secrets."worblehat/postgresql/password".path;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user