-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
15 additions
and
9 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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�� |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} |