mirror of
https://github.com/NixOS/nix
synced 2025-06-27 16:51:15 +02:00
4 lines
67 B
Nix
4 lines
67 B
Nix
{
|
|
services.ssh.port = 23;
|
|
services.ssh = { enable = true; };
|
|
}
|