now setting salt path correctly

This commit is contained in:
Tassilo - 2022-10-08 01:40:06 +02:00
parent d79d067408
commit 32f66e6e1f
Signed by: revol-xut
GPG Key ID: 4F56FF7759627D07
2 changed files with 4 additions and 3 deletions

View File

@ -149,11 +149,11 @@
"windshield": "windshield"
},
"locked": {
"lastModified": 1665184387,
"narHash": "sha256-7IN3kSKazdEtw9ppgpDyZFI0lPenBxYUsQL/19LYZIY=",
"lastModified": 1665185484,
"narHash": "sha256-PwhK777fuh9SwFCDOUIxgrGwv1Mu3SrGdunq62Bu9mQ=",
"owner": "dump-dvb",
"repo": "dump-dvb.nix",
"rev": "2d92ae5ef2b6b01ab7bb9406c5bd4a67b1e183d3",
"rev": "2814b59443c2abaff0508c31df20577b86448717",
"type": "github"
},
"original": {

View File

@ -3,6 +3,7 @@
dump-dvb.trekkie = {
enable = true;
host = "0.0.0.0";
saltPath = config.sops.secrets.postgres_password_hash_salt.path;
port = 8060;
database = {
host = "127.0.0.1";