mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 18:55:47 +02:00
147e0715cf
Former-commit-id: 251f535146
7 lines
71 B
Nix
7 lines
71 B
Nix
{
|
|
services.openssh = {
|
|
enable = true;
|
|
ports = [ 22 ];
|
|
};
|
|
}
|