dustinlyons / nixos-config

General purpose Nix configuration for macOS / NixOS with starter templates + step-by-step guides ✨
BSD 3-Clause "New" or "Revised" License
1.52k stars 95 forks source link

Move extraConfig blocks for SSH config to use home-manager built in functions #74

Closed sonnius closed 5 months ago

sonnius commented 5 months ago

This change uses the home-manager built-in functions to configure ssh_config, it also moves these statements above the 'general' configuration which makes sense for ssh_config as the first match in config is applied.

dustinlyons commented 5 months ago

@sonnius Do you mind also updating this in templates/starter/ and templates/starter-with-secrets?

Thanks for contributing!

sonnius commented 5 months ago