Reenable postgresql in Bookwyrm NixOS module

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

View file

@ -67,7 +67,7 @@ with pkgs . kernelmaft ;
services = {
postgresql = {
# enable = true ;
enable = true ;
ensureUsers = [
{
name = "bookwyrm" ;