infrastructure/hosts/hydrogen/system/ssh/default.nix

2 lines
47 B
Nix
Raw Normal View History

{ ... }: { services.openssh.ports = [ 624 ]; }