feat(stallo): Enable PostgreSQL for development
This commit is contained in:
parent
5f5ed214f0
commit
55d35fc19b
1 changed files with 3 additions and 0 deletions
|
@ -17,4 +17,7 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
# Enable PostgreSQL for development
|
||||
services.postgresql.enable = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue