feat: Gonna use the space left behind Optimus to test this out
Relates to #76
This commit is contained in:
parent
69bd2be07c
commit
3e10c14a4b
5 changed files with 119 additions and 0 deletions
BIN
secrets/backup/nuked.age
Normal file
BIN
secrets/backup/nuked.age
Normal file
Binary file not shown.
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue