infrastructure/hosts/hydrogen/system/ssh/default.nix
2023-12-15 16:18:36 +01:00

7 lines
77 B
Nix

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