Move tubearchivist secret

This commit is contained in:
Oliver Davies 2025-05-04 01:21:42 +01:00
parent 739e0a2685
commit 12258cd8c8
2 changed files with 3 additions and 1 deletions
hosts/nixedo

View file

@ -1,5 +1,6 @@
{ {
config, config,
inputs,
lib, lib,
pkgs, pkgs,
... ...
@ -327,5 +328,7 @@ in
''; '';
}; };
}; };
age.secrets.tubearchivist-env.file = "${inputs.self}/secrets/tubearchivist-env.age";
}; };
} }

View file

@ -2,6 +2,5 @@
age.secrets = { age.secrets = {
cloudflare.file = ../../secrets/cloudflare.age; cloudflare.file = ../../secrets/cloudflare.age;
cloudflared.file = ../../secrets/cloudflared-credentials.age; cloudflared.file = ../../secrets/cloudflared-credentials.age;
tubearchivist-env.file = ../../secrets/tubearchivist-env.age;
}; };
} }