mirror of
https://github.com/NixOS/nix.git
synced 2025-11-16 23:42:43 +01:00
4 lines
67 B
Nix
4 lines
67 B
Nix
{
|
|
services.ssh.port = 23;
|
|
services.ssh = { enable = true; };
|
|
}
|