Skip to content

Commit

Permalink
feat(cache): upgrade server keys
Browse files Browse the repository at this point in the history
  • Loading branch information
klarkc committed Dec 22, 2023
1 parent a65ec89 commit c2ad69d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion secrets/cache-vultr.pub
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB5wSghQmnpEQRC2ryDHgjyx6yAex4oBCBctkOMpIZCD root@cache-vultr
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDiu0x9Tk47sKsIX/jh05PGSQRzK+viBi9V9m6gvlkyX root@cache-vultr
Binary file modified secrets/cache.age
Binary file not shown.
2 changes: 1 addition & 1 deletion setups/cache/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let

# cd secrets
# nix-store --generate-binary-cache-key cache.tcp4.me ./cache ./cache.pub
# scp ssh://[email protected]:/etc/ssh/ssh_host_ed25519_key.pub cache-vultr.pub
# scp [email protected]:/etc/ssh/ssh_host_ed25519_key.pub cache-vultr.pub
# cat cache | nix run github:ryantm/agenix -- -e cache.age -i cache-vultr.pub
age.secrets.cache.file = "${secrets}/cache.age";
system.stateVersion = config.system.nixos.version;
Expand Down

0 comments on commit c2ad69d

Please sign in to comment.