Skip to content

Commit

Permalink
chore: rekeyed secrets with new encrypted ssh key
Browse files Browse the repository at this point in the history
  • Loading branch information
mrnossiom committed Jan 6, 2024
1 parent 0319b61 commit af9d2f7
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 9 deletions.
Binary file modified secrets/ca5e.pgp.age
Binary file not shown.
Binary file modified secrets/digital-ocean.api.age
Binary file not shown.
19 changes: 11 additions & 8 deletions secrets/gitguardian.api.age
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
age-encryption.org/v1
-> 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}
-> ssh-ed25519 mD0GXg k4AgkhgZ9w8IkmGhF6cgZcDt0qsvwj8Eqg4o/mWpeg8
BMzKfU5Dl2FomLQMVBmmuuQAhTCiKLiOtuPQp2S3TnM
-> ssh-ed25519 2+93Fg gMPNtiZgEUZhqN5zpOzh6JRPsmf+gsDA8cJ+d83Zekc
NlIc6sQ10xqUXS7lzYAow3TBT7bClvN5+J2dg/KKNqo
-> ssh-ed25519 SmMcWg 3Geccu9iz434ntghKrZUEkiSQ4+Z/989RDju/eaHhyw
BgdmuXo3Xwz7KA9Vlv0VYvImN/RWlIyx/sKWGsQKZ58
-> UOq"Gq2-grease T[_ #\[+
XYm0/KdOmzOelQYM5tUMkMf8WnMcNayzARLZjFL94O5sTl4RDIITTJHFgGWPru8L
Yo60Gf7zhTtSpkaf1oGhiRmxoVxUmAm2V7HIenyQvA
--- dkzt0XVMpmLDaOJegibmrwgzh2XYnWBunw5rxvcz3PI
/ʘ����R+���&& �*� �o���L9o��zV�eQ|�^�*a���߽�B�����}^��.��q+��B��v���\K�[r(f���T�m]���L��پ
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.
5 changes: 4 additions & 1 deletion secrets/secrets.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
let
archaic = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHLLJ+6UiJYTD0HhWwTBom5fmZ4RaCXAUgcGaXgfdG8S";
neo = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOelV3jIbukHfMJB+oRxjzy+O3RIPD3AIdgqI9gIPEHe";

# Password protected keys
neo = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJdt7atyPTOfaBIsgDYYb0DG1yid2u78abaCDji6Uxgi";

systems = [ archaic neo ];
in
{
Expand Down

0 comments on commit af9d2f7

Please sign in to comment.