mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-08-29 10:05:29 -05:00
8 lines
131 B
Nix
8 lines
131 B
Nix
{
|
|
services.postgresql.enable = true;
|
|
|
|
environment.persistence = {
|
|
"/persist".directories = ["/var/lib/postgresql"];
|
|
};
|
|
}
|