Disable endlessh
This commit is contained in:
parent
22feb4614a
commit
f66af67fcc
1 changed files with 7 additions and 7 deletions
|
@ -1,17 +1,17 @@
|
|||
{ config, lib, pkgs, modulesPath, ... }:
|
||||
{
|
||||
services = {
|
||||
endlessh = {
|
||||
enable = true;
|
||||
port = 22;
|
||||
};
|
||||
# endlessh = {
|
||||
# enable = true;
|
||||
# port = 22;
|
||||
# };
|
||||
|
||||
openssh = {
|
||||
enable = true;
|
||||
ports = [ 22 23 ];
|
||||
settings = {
|
||||
AllowUsers = [ "dev" ];
|
||||
};
|
||||
# settings = {
|
||||
# AllowUsers = [ "dev" ];
|
||||
# };
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue