Skip to content

Commit

Permalink
feat: rekey secrets with new neo laptop ssh key and remove old-neo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrnossiom committed Dec 31, 2023
1 parent 2468443 commit faf09ef
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 11 deletions.
Binary file modified secrets/ca5e.pgp.age
Binary file not shown.
Binary file modified secrets/digital-ocean.api.age
Binary file not shown.
17 changes: 8 additions & 9 deletions secrets/gitguardian.api.age
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
age-encryption.org/v1
-> ssh-ed25519 DWUMEg XUsbw6lJyEwjlm/ryJPxgXyuxVxSulxMJrj9O8lyez8
sruC1qWAUmmU+RRLXHceSj2WcGNvTnuJRj4PNmeXAOI
-> ssh-ed25519 mD0GXg C7ZaleNCU3CsA575jl+1c5m0HEu2gRrBPDb4SD4Ih1M
11pE2VNcBaxfQVl5tDVCHiRpTc4FwlRGIH2j+Dku010
-> :Z/*-grease 3q&-@ (CBZm^\U "Lz40w4 *
DJXSQtHrsXYIJMoAz0rd11H+VkYFcNceyUdG8DBDsM2Rozhcr9lQ/mm37ovpnG7s
ptZL3pv9hwkhol1g6xfPGI+WQEUGqg
--- 2J3mk+XgQyte/sBGBIo8K/NHWK/F5AE9MLlrDHPXLVU
l��8YU�{o"D��p�2�9��^6xG�n?@�gM!�p�p�C6��� �-���g[F�r]���=)3I��:���~D�7������/z{�t�XaB��
-> ssh-ed25519 mD0GXg J0MWVE/74NvM+EjEI9wDaNN2jIe6tEXzPRNFUwCasmk
DbnwJueb+JSI66TvB6Y+ZUEZwufD/hZlGC006RwYRAo
-> ssh-ed25519 2+93Fg RQxIS14N5GTq+spjKrDDgVCW6J3yElhcghtDreZ5Oic
e6EmY5bni49rKnoR5T5OfOzQAe3nM+HhyNL8htCp16M
-> jfkfJ=Lc-grease Ij?@ @lxq"&k6 )@yNy- U
yYgS7w
--- O/aTG+jcqdqsbBFcZBhCHD58quVKApPW/Ka3mdPQI4M
��“DRZo�.ِ����Hl+{�3�B� �����]�HaZ�%���%�g�X}�d;W��.\uF��^pP.�e`lk?J�d���>7~�+��4����G}
Expand Down
Binary file modified secrets/googledrive.rclone.conf.age
Binary file not shown.
Binary file modified secrets/restic-backup-pass.age
Binary file not shown.
4 changes: 2 additions & 2 deletions secrets/secrets.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
let
old-neo = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINUkJvLMjjzbZSrnucc2uQeRhiuXPiZXNjqT80PVSSQb";
archaic = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHLLJ+6UiJYTD0HhWwTBom5fmZ4RaCXAUgcGaXgfdG8S";
systems = [ old-neo archaic ];
neo = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOelV3jIbukHfMJB+oRxjzy+O3RIPD3AIdgqI9gIPEHe";
systems = [ archaic neo ];
in
{
"ca5e.pgp.age".publicKeys = systems;
Expand Down

0 comments on commit faf09ef

Please sign in to comment.