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

7 lines
77 B
Nix
Raw Normal View History

2023-12-15 15:18:36 +00:00
{...}: {
services.openssh = {
enable = true;
2023-12-15 15:18:36 +00:00
ports = [624];
};
}