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.78k stars 113 forks source link

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

Closed sonnius closed 6 months ago

sonnius commented 6 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.