feat(extern): ssh home module

This commit is contained in:
arcnmx 2024-04-16 14:04:59 -07:00
parent 66d60c7977
commit b3ecadf461
7 changed files with 276 additions and 2 deletions

View file

@ -12,6 +12,10 @@ _: {
};
exports = {
services = {
sshd = {
enable = true;
ports.public.enable = false;
};
proxmox.enable = true;
};
};