10 lines
138 B
Nix
10 lines
138 B
Nix
|
{
|
||
|
programs.ssh = {
|
||
|
enable = true;
|
||
|
includes = [
|
||
|
"/run/agenix/ssh-config"
|
||
|
"/run/agenix/ssh-config-work"
|
||
|
];
|
||
|
};
|
||
|
}
|