nixos/modules/networking/ssh.nix

1 line
42 B
Nix
Raw Normal View History

2023-06-09 20:54:03 +08:00
{ config.services.openssh.enable = true; }