Skip to content

Commit

Permalink
Update secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
yousiki committed Jun 5, 2024
1 parent b0bae76 commit 9021aff
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
Binary file modified secrets/clash-config.age
Binary file not shown.
Binary file modified secrets/hakase-tunnel-cert.age
Binary file not shown.
16 changes: 10 additions & 6 deletions secrets/nas-credentials.age
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
age-encryption.org/v1
-> ssh-ed25519 n0eTIA uldBDn7i4Kme4C6hBrDQ6LHlq1NKa7A75M8YhOhtAAI
ZGgyCEJr+Xf9CztP9XKoIATiA13jth4xNaE4FPrGJB4
-> ssh-ed25519 N9KtPg MYvP63pPrC7KoWHLJk/5anYiQh4aVzfhCfEE3Vd/djU
ZhRwRfhzIPyDYNYCmtEvGWimtCvRNe1TfmpSsR9PG6s
--- Tb+jv81q4ekvdEivQucmHI+SlkCFzHpl+ToSB2tMM8o
�����>Q�8�{�� �]@�&��TE�'VE� K��"�|�NH���ؔ��b������r(n�j
-> ssh-ed25519 n0eTIA YEUjnptdo6S/kVKoKQntIWhz0Zrr+ZDj50kr36/WXCE
9hnwCrP80mziC6sJmrpS8vVLy18wmkRemuZawZy/NXw
-> ssh-ed25519 2+0R9g /EqOVYAcJHjayuaZWetS/Pr6yFd8/ldnnWEBwwTnr1o
fUyLsn1VG3By+OoeJaRhBrE7Ok5hZFtPM3yDgYjOhxo
-> ssh-ed25519 N9KtPg 5wZwoV2ZXFyLfcgrvTN7TcLGAnMIwnYkHqbzfEpGtHw
70H7jkFgUiy2GuJr5MiMjXAVHF9zshIleSO392HwMDY
-> ssh-ed25519 E/pSBA LGIgtBMrBXt51oeRCZEbhUMLI9Y+h8Ys7aS0PrqLkiE
tJQxBYBMttGGYynuUACBEsoszwy2zvNzt15HLmVLKhk
--- GibAb6hf1MBKB4i8sP4x9mogFnj50U+dbu2zjUkqFBM
f�����Y����bt�ZL ��]i��H�/�A��`'��4>���ّ`5@�֯Sju?�<�We���a��
8 changes: 5 additions & 3 deletions secrets/secrets.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
let
hakase = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJJIxfWYaoGqw02b2U04OtaaPgIVFH7m2zyFwfRWAQl/";
hosts = [hakase];
mai = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEkivfZvuZ4p5JDQoTXUnzbdov8SwBQY2G1cpLN+iSHR";
hosts = [hakase mai];

yousiki_hakase = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFn+pRkC6G81PSmJOw8j8Y9i8Gt2OZiQ73ZpQV4UIZbg";
users = [yousiki_hakase];
yousiki_mai = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEbLXeZhWvhlPYddoukkFZY1EQjOWt8SEdH2oq4z3fu7";
users = [yousiki_hakase yousiki_mai];
in {
"nas-credentials.age".publicKeys = hosts ++ users;
"clash-config.age".publicKeys = hosts ++ users;
"cloudflare-tunnel-cert.age".publicKeys = hosts ++ users;
"hakase-tunnel-cert.age".publicKeys = hosts ++ users;
}

0 comments on commit 9021aff

Please sign in to comment.