Ssh, change default port to 22
This commit is contained in:
parent
357dd65441
commit
f648219d12
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
options.sshd = {
|
||||
enable = lib.mkEnableOption "Enables ssh daemon";
|
||||
port = lib.mkOption {
|
||||
default = 922;
|
||||
default = 22;
|
||||
type = lib.types.port;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue