Home

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