fixing pad.hacc.space (hopefully)

(I haven't tested this, since I don't want to try the upgrade-adventure
a second time today, but I think this should fix it)
This commit is contained in:
stuebinm 2022-01-12 23:59:48 +01:00
parent 9f071e3bf3
commit 919b218026
No known key found for this signature in database
GPG key ID: 8FBE8AAD32FA12B7

View file

@ -78,6 +78,9 @@
"DATABASE codimd" = "ALL PRIVILEGES"; "DATABASE codimd" = "ALL PRIVILEGES";
}; };
}]; }];
authentication = ''
local all all trust
'';
}; };
services.postgresqlBackup = { services.postgresqlBackup = {
enable = true; enable = true;