https://git.jolheiser.com/dotnix.git
1 2 3 4 5 6 7
{ config, ... }: { programs.ssh = { enable = true; includes = [ config.age.secrets.ssh-config.path ]; }; }