users(cassie): fix ssh config

Changed files
+1 -1
users
cassie
home
dev
+1 -1
users/cassie/home/dev/ssh.nix
···
## n.b.: identitesonly and identityfile makes bootstrapping other devices hard esp.
## if they're embedded or resource constrained.
extraConfig = ''
-
VisualHostKey = true; # if this doesn't work im moving to hjem
'';
};
}
···
## n.b.: identitesonly and identityfile makes bootstrapping other devices hard esp.
## if they're embedded or resource constrained.
extraConfig = ''
+
VisualHostKey yes
'';
};
}