1
0
Fork 0
NixOS/hosts/greatyamada/services/postgresql.nix
2024-06-28 18:15:13 +02:00

1 line
66 B
Nix

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