[openssh] Remove address conf
This commit is contained in:
parent
7c65f9acd7
commit
d50724a354
1 changed files with 0 additions and 6 deletions
|
@ -3,12 +3,6 @@
|
||||||
{
|
{
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
listenAddresses = [
|
|
||||||
{
|
|
||||||
addr = "192.168.1.0";
|
|
||||||
port = 22;
|
|
||||||
}
|
|
||||||
];
|
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
PasswordAuthentication = true;
|
PasswordAuthentication = true;
|
||||||
|
|
Loading…
Reference in a new issue