katzen-cafe/modules/postgres.nix
2023-04-27 01:48:20 +02:00

6 lines
70 B
Nix

{ pkgs, ... }:
{
services.postgresql = {
enable = true;
};
}