This commit is contained in:
Jeffrey Serio 2024-09-09 21:34:01 -05:00
parent 4f99a83ccb
commit a6d1f611c0

View File

@ -17,26 +17,19 @@
# environment. # environment.
home.packages = with pkgs; [ home.packages = with pkgs; [
arp-scan arp-scan
bat
diskonaut diskonaut
doggo doggo
dust dust
emacs28
fd
glances
glow glow
gum gum
html-tidy
hyfetch hyfetch
hyperfine hyperfine
just just
lsd
nixfmt-rfc-style nixfmt-rfc-style
parallel
starship starship
tealdeer
vivid vivid
wthrr wthrr
yazi
zellij zellij
]; ];
@ -87,40 +80,37 @@
# ssh config # ssh config
programs.ssh.enable = true; programs.ssh.enable = true;
programs.ssh.matchBlocks = { programs.ssh.matchBlocks = {
"nixos.tail7dd4a.ts.net" = { "auxnc-8g" = {
hostname = "nixos.tail7dd4a.ts.net"; hostname = "auxnc-8g.lyrebird-marlin.ts.net";
user = "jas"; user = "jas";
identityFile = "~/.ssh/id_ed25519";
}; };
"thedas.tail7dd4a.ts.net" = { "auxnc-96g" = {
hostname = "thedas.tail7dd4a.ts.net"; hostname = "auxnc-96g.lyrebird-marlin.ts.net";
user = "jas"; user = "jas";
identityFile = "~/.ssh/id_ed25519";
};
"aux-vm" = {
hostname = "10.0.0.26";
user = "jas";
identityFile = "~/.ssh/id_ed25519";
}; };
"bttracker.nirn.quest" = { "bttracker.nirn.quest" = {
hostname = "bttracker.nirn.quest"; hostname = "bttracker.nirn.quest";
user = "jas"; user = "jas";
identityFile = "~/.ssh/id_ed25519"; };
"desktop" = {
hostname = "desktop.lyrebird-marlin.ts.net";
user = "jas";
}; };
"hyperreal.coffee" = { "hyperreal.coffee" = {
hostname = "hyperreal.coffee"; hostname = "hyperreal.coffee";
user = "jas"; user = "jas";
identityFile = "~/.ssh/id_ed25519";
}; };
"qbittorrent" = { "laptop" = {
hostname = "10.0.0.82"; hostname = "laptop.lyrebird-marlin.ts.net";
user = "jas"; user = "jas";
identityFile = "~/.ssh/id_ed25519";
}; };
"truenas" = { "nas-vm" = {
hostname = "10.0.0.81"; hostname = "nas-vm.lyrebird-marlin.ts.net";
user = "jas";
};
"nas" = {
hostname = "nas.lyrebird-marlin.ts.net";
user = "admin"; user = "admin";
identityFile = "~/.ssh/id_ed25519";
}; };
}; };