refactor(extern): ssh hosts

This commit is contained in:
arcnmx 2024-07-02 11:19:50 -07:00
parent f706a12a2b
commit 5964338ab5
3 changed files with 149 additions and 43 deletions

View file

@ -25,6 +25,11 @@ in {
};
};
exports.services = {
#tailscale.enable = true;
sshd = {
enable = true;
ports.public.port = 32022;
};
prometheus-exporters-node.enable = true;
};
}