{ config, pkgs, ... }: { programs.ssh.extraConfig = '' StrictHostKeyChecking=accept-new ''; }