mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
feat(exports): sshd service
This commit is contained in:
parent
1fed0eb15f
commit
45d41414e6
14 changed files with 78 additions and 0 deletions
|
|
@ -24,6 +24,14 @@ _: {
|
|||
enable = true;
|
||||
id = "login.local";
|
||||
};
|
||||
sshd = {
|
||||
enable = true;
|
||||
ports.global = {
|
||||
port = 41022;
|
||||
transport = "tcp";
|
||||
listen = "wan";
|
||||
};
|
||||
};
|
||||
};
|
||||
exports = {
|
||||
plex.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue