galaxy.pub added
This commit is contained in:
parent
30b56a017b
commit
5b00692ee6
@ -1,6 +1,5 @@
|
||||
{ config, ... }: {
|
||||
home.stateVersion = "24.05";
|
||||
|
||||
programs.bash = {
|
||||
enable = true;
|
||||
historyFile = "\${XDG_STATE_HOME}/bash/history";
|
||||
@ -40,7 +39,7 @@
|
||||
templates = "${config.xdg.dataHome}/Templates";
|
||||
videos = "${config.home.homeDirectory}/Videos";
|
||||
};
|
||||
configFile = { "wgetrc".source = ./dotfiles/wget/wgetrc; };
|
||||
configFile."wgetrc".source = ./dotfiles/wget/wgetrc;
|
||||
};
|
||||
programs = {
|
||||
helix.enable = true;
|
||||
|
||||
2
jawz.nix
2
jawz.nix
@ -33,7 +33,7 @@
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMkpeIV9G26W2/e9PsjBx3sNwPGoicJ807ExRGh4KjhW jawz@server"
|
||||
(builtins.readFile ./secrets/ssh/ed25519_workstation.pub)
|
||||
(builtins.readFile ./secrets/ssh/ed25519_miniserver.pub)
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINBEblxSDhWPEo33crSjooeUg4W02ruENxHLmmBqCuIo jawz@galaxy"
|
||||
(builtins.readFile ./secrets/ssh/ed25519_galaxy.pub)
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
1
secrets/ssh/ed25519_galaxy.pub
Normal file
1
secrets/ssh/ed25519_galaxy.pub
Normal file
@ -0,0 +1 @@
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINBEblxSDhWPEo33crSjooeUg4W02ruENxHLmmBqCuIo jawz@galaxy
|
||||
Loading…
x
Reference in New Issue
Block a user