Fix warn
This commit is contained in:
parent
b8f904b543
commit
8cd6b0580c
1 changed files with 4 additions and 1 deletions
|
@ -3,12 +3,15 @@
|
||||||
{
|
{
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
passwordAuthentication = true;
|
|
||||||
listenAddresses = [
|
listenAddresses = [
|
||||||
{
|
{
|
||||||
addr = "192.168.1.0/24";
|
addr = "192.168.1.0/24";
|
||||||
port = "22";
|
port = "22";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
settings {
|
||||||
|
PasswordAuthentication = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Reference in a new issue