From b668c991c823a3e24f60ebb4d1fff534cb7c36db Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Mon, 16 Dec 2024 14:16:34 -0500 Subject: [PATCH] move glacierbucket option away from global --- flake.nix | 1 - hosts/swan/default.nix | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index bc03ac4..feae0be 100644 --- a/flake.nix +++ b/flake.nix @@ -247,7 +247,6 @@ mail.imapHost = "imap.purelymail.com"; mail.smtpHost = "smtp.purelymail.com"; dotfilesRepo = "https://github.com/nmasur/dotfiles"; - backup.s3.glacierBucket = "noahmasur-archive"; hostnames = { audiobooks = "read.${baseName}"; files = "files.${baseName}"; diff --git a/hosts/swan/default.nix b/hosts/swan/default.nix index ffbac28..c5e3ee9 100644 --- a/hosts/swan/default.nix +++ b/hosts/swan/default.nix @@ -134,6 +134,7 @@ inputs.nixpkgs.lib.nixosSystem rec { endpoint = "s3.us-west-002.backblazeb2.com"; bucket = "noahmasur-backup"; accessKeyId = "0026b0e73b2e2c80000000005"; + glacierBucket = "noahmasur-archive"; }; # Disable passwords, only use SSH key