katzen-cafe/modules/postgres.nix

7 lines
70 B
Nix
Raw Normal View History

2023-04-26 23:48:20 +00:00
{ pkgs, ... }:
{
services.postgresql = {
enable = true;
};
}