Skip to content

Commit

Permalink
feat(cache): upgrade secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
klarkc committed Dec 21, 2023
1 parent c036fca commit b61029b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions secrets/cache-vultr.pub
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB5wSghQmnpEQRC2ryDHgjyx6yAex4oBCBctkOMpIZCD root@cache-vultr
Binary file modified secrets/cache.age
Binary file not shown.
6 changes: 4 additions & 2 deletions secrets/secrets.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
let klarkc = builtins.readFile ./klarkc.pub; in
let klarkc = builtins.readFile ./klarkc.pub;
cache-vultr = builtins.readFile ./cache-vultr.pub;
in
{
"cache.age".publicKeys = [ klarkc ];
"cache.age".publicKeys = [ klarkc cache-vultr ];
}

0 comments on commit b61029b

Please sign in to comment.