5 lines
90 B
Nix
5 lines
90 B
Nix
{ ... }: {
|
|
services.postgresql.enable = true;
|
|
imp.dirs = [ "/var/lib/postgresql" ];
|
|
}
|