{ ... }: { programs.ssh = { enable = true; enableDefaultConfig = false; matchBlocks = { "*" = { extraOptions = { IdentityAgent = "/Users/atridad/.bitwarden-ssh-agent.sock"; }; }; "localhost" = { userKnownHostsFile = "/dev/null"; }; "tux" = { hostname = "tuxworld.usask.ca"; user = "atl175"; }; "haschel" = { hostname = "haschel"; user = "root"; }; "lloyd" = { hostname = "lloyd"; user = "truenas_admin"; }; }; }; }