nixos-config/modules/nixos/programs/ssh.nix
wo2wz fbeff5e4e9 ssh: remove agent and askpass
fuck so this is why gnome-keyring ssh isnt working 😭
2025-10-26 19:23:36 -04:00

15 lines
No EOL
281 B
Nix
Executable file

{ config, pkgs, ... }:
{
programs.ssh.extraConfig = "
IdentityFile /home/wo2w/.ssh/yubikey
User wo2w
Port 8743
Host gameserver
Hostname 192.168.2.112
Host Swordsmachine
Hostname 192.168.2.74
Host Earthmover
Hostname 192.168.2.175
";
}