Reenable postgresql in Bookwyrm NixOS module
This commit is contained in:
parent
b78e6aee03
commit
cc0d77b290
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ with pkgs . kernelmaft ;
|
|||
|
||||
services = {
|
||||
postgresql = {
|
||||
# enable = true ;
|
||||
enable = true ;
|
||||
ensureUsers = [
|
||||
{
|
||||
name = "bookwyrm" ;
|
||||
|
|
Loading…
Add table
Reference in a new issue