Home

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