🚀 postgresqlBackups (finally)

This commit is contained in:
2022-06-04 12:53:24 -04:00
parent bd132825d4
commit 9a5ce7b946
6 changed files with 69 additions and 24 deletions

View File

@ -9,5 +9,6 @@
ensurePermissions = { "DATABASE hass" = "ALL PRIVILEGES"; };
}];
};
postgresqlBackup.databases = [ "hass" ];
};
}