Update linode for new backups, clean cruft

This commit is contained in:
Greg Hellings
2024-02-07 07:22:45 +00:00
parent cc6fe91165
commit 9713346b83
2 changed files with 2 additions and 16 deletions
+1 -15
View File
@@ -13,7 +13,7 @@ in {
'';
};
greg.proxies."registry.thehellings.com" = {
target = "https://gitlab.shire-zebra.ts.net:5000";
target = "https://registry.thehellings.lan:5000";
ssl = true;
genAliases = false;
extraConfig = "client_max_body_size 250m;";
@@ -41,18 +41,4 @@ in {
" server git-thehellings-lan git.thehellings.lan:2222"
];
};
##########################################################################################
###########
# CI SERVICES
##########
##########################################################################################
virtualisation.oci-containers = {
backend = "podman";
};
virtualisation.podman = {
enable = true;
dockerCompat = true;
};
}
+1 -1
View File
@@ -65,7 +65,7 @@ root root postgres
};
};
greg.backup.jobs.postgresql = {
greg.backup.jobs.greg-postgresql-backup = {
src = "/var/backup/postgresql";
dest = "linode-postgres";
user = "postgres";