Files
nix-config/modules/darwin/ssh.nix

6 lines
95 B
Nix

{myvars, ...}: {
services.openssh.enable = false;
programs.ssh = myvars.networking.ssh;
}