From ec54c1e260e1b9d63d41c34937b2174fac82fb54 Mon Sep 17 00:00:00 2001 From: notohh Date: Fri, 5 Jan 2024 13:30:49 -0500 Subject: [PATCH] hosts: move attic to kaze --- hosts/{sora => kaze}/services/attic.nix | 2 +- hosts/kaze/services/default.nix | 1 + hosts/sora/services/default.nix | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) rename hosts/{sora => kaze}/services/attic.nix (95%) 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