katzen-cafe/modules/postgres.nix

7 lines
70 B
Nix
Raw Normal View History

2023-04-27 01:48:20 +02:00
{ pkgs, ... }:
{
services.postgresql = {
enable = true;
};
}