Home

dotnix @42532176397a36f7afcb43bd06bdb32f22e7c168 - refs - log -
-
https://git.jolheiser.com/dotnix.git
My nix dotfiles
dotnix / apps / ssh.nix
- raw
1
2
3
4
5
6
{
  programs.ssh = {
    enable = true;
    extraConfig = builtins.readFile ./ssh/config;
  };
}