Files
nixos-config/hosts/phoenix/postgres.nix

5 lines
90 B
Nix
Raw Normal View History

2025-08-20 18:24:02 +03:00
{ ... }: {
services.postgresql.enable = true;
imp.dirs = [ "/var/lib/postgresql" ];
}