diff --git a/hosts/sora/services/attic.nix b/hosts/kaze/services/attic.nix similarity index 95% rename from hosts/sora/services/attic.nix rename to hosts/kaze/services/attic.nix index df4034c..1cd0f38 100644 --- a/hosts/sora/services/attic.nix +++ b/hosts/kaze/services/attic.nix @@ -36,7 +36,7 @@ storage = { type = "s3"; region = "us-east-1"; - bucket = "flakesh-binary-cache"; + bucket = "kyasshu"; endpoint = "https://s3.flake.sh/"; }; }; diff --git a/hosts/kaze/services/default.nix b/hosts/kaze/services/default.nix index 50199ae..6f36a53 100644 --- a/hosts/kaze/services/default.nix +++ b/hosts/kaze/services/default.nix @@ -2,5 +2,6 @@ _: { imports = [ ./tailscale.nix ./minio.nix + ./attic.nix ]; } diff --git a/hosts/sora/services/default.nix b/hosts/sora/services/default.nix index 3396275..314e881 100644 --- a/hosts/sora/services/default.nix +++ b/hosts/sora/services/default.nix @@ -5,7 +5,6 @@ ./uptimekuma.nix ./ntfy-sh.nix ./tailscale.nix - ./attic.nix ./factorio.nix # ./minecraft.nix # ./foundryvtt.nix