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