Also use correct ssh port in mini conf
This commit is contained in:
parent
f1aca231b2
commit
e5252690a6
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
ports = [ 23 ];
|
||||
ports = [ 54222 ];
|
||||
};
|
||||
users.users.root.openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBA4Kpx7RN53V3uINjRj1Ow7p8/SkKGOnqHG3BR9tNXU cardno:25_310_930"
|
||||
|
|
Loading…
Reference in a new issue