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

7 lines
81 B
Nix
Raw Normal View History

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