Home

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