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