Temporarily disable postgresql config in Bookwyrm NixOS module
This commit is contained in:
parent
3d6b839be9
commit
b78e6aee03
1 changed files with 2 additions and 2 deletions
|
@ -66,8 +66,8 @@ with pkgs . kernelmaft ;
|
|||
} ;
|
||||
|
||||
services = {
|
||||
postgresql_ = {
|
||||
enable = true ;
|
||||
postgresql = {
|
||||
# enable = true ;
|
||||
ensureUsers = [
|
||||
{
|
||||
name = "bookwyrm" ;
|
||||
|
|
Loading…
Add table
Reference in a new issue