dotnix/apps/ssh.nix

10 lines
138 B
Nix
Raw Normal View History

2023-06-28 20:48:01 +00:00
{
programs.ssh = {
enable = true;
includes = [
"/run/agenix/ssh-config"
"/run/agenix/ssh-config-work"
];
2023-06-28 20:48:01 +00:00
};
}