Linode config update 22.05

This commit is contained in:
Greg Hellings
2022-06-10 05:48:18 +00:00
parent 899cfba9eb
commit a5ad72423a
2 changed files with 24 additions and 20 deletions
+2 -2
View File
@@ -31,10 +31,10 @@ root root postgres
services.logrotate = {
enable = true;
paths = {
settings = {
postgres = {
enable = true;
path = "${config.services.postgresqlBackup.location}/*.gz";
files = "${config.services.postgresqlBackup.location}/*.gz";
};
};
};