Home

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