chore: migrate to Garage

This commit is contained in:
Greg Hellings
2026-07-25 11:40:35 -05:00
parent e955ea82f3
commit b3304c0ef5
6 changed files with 81 additions and 80 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ in
file = makeZoneFile (lib'.hostsByNet net metadata.hosts) domain;
})
{
#"shire-zebra.ts.net" = "tailscale";
"shire-zebra.ts.net" = "tailscale";
"nebula.thehellings.com" = "nebula";
nebula = "nebula";
"thehellings.lan" = "lan";
+1 -1
View File
@@ -185,7 +185,7 @@ in
s3 = {
accessKeyFile = config.age.secrets.niks3-access-key-id.path;
bucket = "niks3";
endpoint = "nas1.shire-zebra.ts.net:9000";
endpoint = "nas1.shire-zebra.ts.net:30188";
secretKeyFile = config.age.secrets.niks3-secret-access-key.path;
useSSL = false;
};