change ssh port
This commit is contained in:
parent
26a60e0df8
commit
37d2d2c2d6
1 changed files with 4 additions and 1 deletions
|
|
@ -47,7 +47,10 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
openssh = {enable = true;};
|
openssh = {
|
||||||
|
enable = true;
|
||||||
|
ports = [2020];
|
||||||
|
};
|
||||||
|
|
||||||
jellyfin = {enable = true;};
|
jellyfin = {enable = true;};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue