mirror of
https://github.com/gburd/nix-config.git
synced 2024-11-10 15:36:25 +00:00
9 lines
146 B
Nix
9 lines
146 B
Nix
_: {
|
|
services.postgresql.enable = true;
|
|
|
|
environment.persistence = {
|
|
"/persist".directories = [
|
|
"/var/lib/postgresql"
|
|
];
|
|
};
|
|
}
|