nixos/hosts/shared/openssh.nix
2024-06-17 23:32:56 +02:00

7 lines
71 B
Nix

{
services.openssh = {
enable = true;
ports = [ 22 ];
};
}