Skip to content

Commit

Permalink
feat: openai
Browse files Browse the repository at this point in the history
  • Loading branch information
sioodmy committed Aug 22, 2024
1 parent 3573157 commit b6abdca
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
7 changes: 7 additions & 0 deletions secrets/openai.age
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
age-encryption.org/v1
-> ssh-ed25519 naeoPA jrPMtlZMlSMY/iVRfw8U0ALe9QKwtDqsxMync57kfTQ
VuMXwP0dZw+EnuFleddOM4m02k4YCc/epJpIywKMXfk
-> ssh-ed25519 mUdfUg ii9dUI0jw3v4mfcIF1xcOKkT1iOxDSsLlGP45/UtBQ4
J3u/sQi6eKJUU7lNzS7C19qZvxLi+Jzn8dhmEJOLxUw
--- Mvjw8HJHkNZiZ5lAJ2aK3TpAiOo9L7MnfO2wGqvDdmc
G��m��:�� ��}s0��ְ �I�HJ[F MM���䙈��H�@�;��v������� �ƞ ��ɳ�%��<)ӿ��u*�IR� ���?��Gb{$".��&ڙ���Ge�,����.� ���2AJ
Expand Down
5 changes: 2 additions & 3 deletions secrets/secrets.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@ let

calypso-host = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPhD+J2Iivt9mTVV2I79iGlqN+YQFb4PPkqle0brUKy4 root@calypso";

iapetus-host = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII6SEc5n1jdc9u9TLrpmZZ/3MqCrAxI/8enfkC2m/L4f root@iapetus";

prometheus-host = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEO6goNjMrTXD3l2eaCET5PW3+ec3RWREtPp8TK8r82B root@prometheus";

calypso = [calypso-user calypso-host];

prometheus = [calypso-user prometheus-host];
iapetus = [calypso-user iapetus-host];
in {
age.identityPaths = "/persist/home/sioodmy/.ssh/id_ed25519";

"openai.age".publicKeys = calypso;

"mailserver.age".publicKeys = prometheus;
"caldav.age".publicKeys = prometheus;
"discordtoken.age".publicKeys = prometheus;
Expand Down
2 changes: 1 addition & 1 deletion shell/packages.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{pkgs, ...}:
with pkgs; [
# better cd
chatgpt-cli
zoxide
fzf

Expand Down

0 comments on commit b6abdca

Please sign in to comment.