ssh.nix: fix default port
This commit is contained in:
parent
bb45d93cb5
commit
2941c335ae
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ in {
|
|||
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
ports = [8997];
|
||||
ports = [22];
|
||||
settings = {
|
||||
PasswordAuthentication = false;
|
||||
PermitRootLogin = "no";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue