ssh: remove

wont need this config anymore
This commit is contained in:
wo2wz 2025-10-27 11:45:06 -04:00
parent 347b7d7656
commit caba10052d
2 changed files with 0 additions and 16 deletions

View file

@ -5,6 +5,5 @@
./bash.nix ./bash.nix
./gaming.nix ./gaming.nix
./git.nix ./git.nix
./ssh.nix
]; ];
} }

View file

@ -1,15 +0,0 @@
{ config, pkgs, ... }:
{
programs.ssh.extraConfig = "
IdentityFile /home/wo2w/.ssh/yubikey
User wo2w
Port 8743
Host Gutterman
Hostname 192.168.2.112
Host Swordsmachine
Hostname 192.168.2.74
Host Earthmover
Hostname 192.168.2.175
";
}