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

@ -20,4 +20,10 @@ in {
address6 = "fd7a:115c:a1e0:ab12:4843:cd96:6256:4d36";
};
};
exports.services = {
sshd = {
enable = true;
ports.public.port = 62022;
};
};
}

View file

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