ssh: remove
wont need this config anymore
This commit is contained in:
parent
347b7d7656
commit
caba10052d
2 changed files with 0 additions and 16 deletions
|
|
@ -5,6 +5,5 @@
|
||||||
./bash.nix
|
./bash.nix
|
||||||
./gaming.nix
|
./gaming.nix
|
||||||
./git.nix
|
./git.nix
|
||||||
./ssh.nix
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
@ -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
|
|
||||||
";
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue