galaxy.pub added

This commit is contained in:
Danilo Reyes 2024-06-20 19:56:09 -06:00
parent 30b56a017b
commit 5b00692ee6
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,5 @@
{ config, ... }: { { config, ... }: {
home.stateVersion = "24.05"; home.stateVersion = "24.05";
programs.bash = { programs.bash = {
enable = true; enable = true;
historyFile = "\${XDG_STATE_HOME}/bash/history"; historyFile = "\${XDG_STATE_HOME}/bash/history";
@ -40,7 +39,7 @@
templates = "${config.xdg.dataHome}/Templates"; templates = "${config.xdg.dataHome}/Templates";
videos = "${config.home.homeDirectory}/Videos"; videos = "${config.home.homeDirectory}/Videos";
}; };
configFile = { "wgetrc".source = ./dotfiles/wget/wgetrc; }; configFile."wgetrc".source = ./dotfiles/wget/wgetrc;
}; };
programs = { programs = {
helix.enable = true; helix.enable = true;

View File

@ -33,7 +33,7 @@
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMkpeIV9G26W2/e9PsjBx3sNwPGoicJ807ExRGh4KjhW jawz@server" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMkpeIV9G26W2/e9PsjBx3sNwPGoicJ807ExRGh4KjhW jawz@server"
(builtins.readFile ./secrets/ssh/ed25519_workstation.pub) (builtins.readFile ./secrets/ssh/ed25519_workstation.pub)
(builtins.readFile ./secrets/ssh/ed25519_miniserver.pub) (builtins.readFile ./secrets/ssh/ed25519_miniserver.pub)
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINBEblxSDhWPEo33crSjooeUg4W02ruENxHLmmBqCuIo jawz@galaxy" (builtins.readFile ./secrets/ssh/ed25519_galaxy.pub)
]; ];
}; };
} }

View File

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINBEblxSDhWPEo33crSjooeUg4W02ruENxHLmmBqCuIo jawz@galaxy