nixos/hosts/modules/openssh.nix
2024-06-18 09:21:14 +02:00

7 lines
71 B
Nix

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