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 = {
|
services = {
|
||||||
postgresql_ = {
|
postgresql = {
|
||||||
enable = true ;
|
# enable = true ;
|
||||||
ensureUsers = [
|
ensureUsers = [
|
||||||
{
|
{
|
||||||
name = "bookwyrm" ;
|
name = "bookwyrm" ;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue