mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
refactor(extern): ssh hosts
This commit is contained in:
parent
f706a12a2b
commit
5964338ab5
3 changed files with 149 additions and 43 deletions
|
|
@ -20,4 +20,10 @@ in {
|
|||
address6 = "fd7a:115c:a1e0:ab12:4843:cd96:6256:4d36";
|
||||
};
|
||||
};
|
||||
exports.services = {
|
||||
sshd = {
|
||||
enable = true;
|
||||
ports.public.port = 62022;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,11 @@ in {
|
|||
};
|
||||
};
|
||||
exports.services = {
|
||||
#tailscale.enable = true;
|
||||
sshd = {
|
||||
enable = true;
|
||||
ports.public.port = 32022;
|
||||
};
|
||||
prometheus-exporters-node.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue