Home

dotnix @f4a029043f5a460d70ebb9f2bbf3def2b3a35a11 - refs - log -
-
https://git.jolheiser.com/dotnix.git
My nix dotfiles
dotnix / apps / nogui / ssh.nix
- raw -
1
2
3
4
5
6
7
8
9
{
  programs.ssh = {
    enable = true;
    includes = [
      "/run/agenix/ssh-config"
      "/run/agenix/ssh-config-work"
    ];
  };
}