nixfiles/nixos/servers/postgres.nix
2023-11-19 11:00:57 -08:00

3 lines
44 B
Nix

_: {
services.postgresql.enable = true;
}