10 lines
76 B
Nix
10 lines
76 B
Nix
{
|
|
pkgs,
|
|
config,
|
|
...
|
|
}: {
|
|
programs.ssh = {
|
|
enable = true;
|
|
};
|
|
}
|