Remove redundant localhost SSH
This commit is contained in:
parent
36400cc44c
commit
ea8e8a25e9
|
@ -31,13 +31,4 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
|
||||
# Enable localhost SSH
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
permitRootLogin = "yes";
|
||||
passwordAuthentication = false;
|
||||
openFirewall = false;
|
||||
startWhenNeeded = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue