Update SSH config

This commit is contained in:
Jeffrey Serio 2024-09-05 16:43:58 -05:00
parent 8e7398ba6d
commit 4f99a83ccb

View File

@ -22,9 +22,7 @@
doggo
dust
emacs28
fblog
fd
gcc
glances
glow
gum
@ -33,23 +31,11 @@
hyperfine
just
lsd
lynx
nmap
nodejs
nodePackages.js-beautify
nodePackages.npm
nodePackages.prettier
nixfmt-rfc-style
parallel
procs
ripgrep
rustscan
starship
stylelint
tealdeer
trash-cli
vivid
wget
wl-clipboard
wthrr
zellij
];
@ -78,7 +64,10 @@
enable = true;
diff-so-fancy = {
enable = true;
pagerOpts = ["--tabs=4" "-RFX"];
pagerOpts = [
"--tabs=4"
"-RFX"
];
};
userName = "Jeffrey Serio";
userEmail = "hyperreal@moonshadow.dev";
@ -103,6 +92,11 @@
user = "jas";
identityFile = "~/.ssh/id_ed25519";
};
"thedas.tail7dd4a.ts.net" = {
hostname = "thedas.tail7dd4a.ts.net";
user = "jas";
identityFile = "~/.ssh/id_ed25519";
};
"aux-vm" = {
hostname = "10.0.0.26";
user = "jas";