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