Home

dotnix @d3c866bd539f532a45b1e335090c966b4a35ab0d - 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;
  };
}