nixos: services: postgresql-backup: persist data
This commit is contained in:
parent
4fd82e1c53
commit
e7c3db73db
|
@ -24,5 +24,9 @@ in
|
|||
(config.services.postgresqlBackup.location + "/*.prev.sql.gz")
|
||||
];
|
||||
};
|
||||
|
||||
my.system.persist.directories = [
|
||||
config.services.postgresqlBackup.location
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue