feat: Gonna use the space left behind Optimus to test this out

Relates to #76
This commit is contained in:
silver 2024-06-06 23:33:54 +01:00
parent 69bd2be07c
commit 3e10c14a4b
Signed by: silver
GPG key ID: 54E2C71918E93B74
5 changed files with 119 additions and 0 deletions

BIN
secrets/backup/nuked.age Normal file

Binary file not shown.

View file

@ -113,6 +113,10 @@ let
bitwarden = [
kitt
];
nuked = [
optimus
];
in {
# nix run github:ryantm/agenix -- -e secret1.age
@ -140,6 +144,7 @@ in {
# everyone has access to this
"backup/restic.age".publicKeys = users ++ systems;
"backup/restic_pw.age".publicKeys = users ++ restic;
"backup/nuked.age".publicKeys = users ++ nuked;
# discord bot and discord
"discord/ldap.age".publicKeys = users ++ ldap ++ discord;