Matrix container working

This commit is contained in:
Greg Hellings
2024-02-29 11:36:25 -06:00
parent b536a7e3ef
commit ea4a5a6d41
2 changed files with 23 additions and 3 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ in {
greg.backup.jobs.greg-postgresql-backup = {
src = config.services.postgresqlBackup.location;
dest = "linode-postgres";
dest = "database-${config.networking.hostName}";
user = "postgres";
};
};