WS-KCNHUB/machines/kcnhub/services/ssh.nix

4 lines
47 B
Nix

{ ... }: {
services.openssh.enable = true;
}