{ config, lib, pkgs, ... }: { programs.ssh = { enable = true; enableDefaultConfig = false; }; }