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 4ff0bdf3ec
commit 9937d5ff94
No known key found for this signature in database
GPG key ID: 8FBE8AAD32FA12B7

View file

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