feat(exports): sshd service

This commit is contained in:
arcnmx 2024-04-16 03:05:36 -07:00
parent 1fed0eb15f
commit 45d41414e6
14 changed files with 78 additions and 0 deletions

View file

@ -24,6 +24,14 @@ _: {
enable = true;
id = "login.local";
};
sshd = {
enable = true;
ports.global = {
port = 41022;
transport = "tcp";
listen = "wan";
};
};
};
exports = {
plex.enable = true;