Temporarily disable postgresql config in Bookwyrm NixOS module

This commit is contained in:
Reinout Meliesie 2025-03-11 13:44:32 +01:00
parent 3d6b839be9
commit b78e6aee03
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6

View file

@ -66,8 +66,8 @@ with pkgs . kernelmaft ;
} ;
services = {
postgresql_ = {
enable = true ;
postgresql = {
# enable = true ;
ensureUsers = [
{
name = "bookwyrm" ;