Try fix
This commit is contained in:
parent
1442b17190
commit
b8f904b543
1 changed files with 12 additions and 10 deletions
|
@ -1,12 +1,14 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
passwordAuthentication = true;
|
||||
listenAddresses = [
|
||||
{
|
||||
addr = "192.168.1.0/24";
|
||||
port = "22";
|
||||
}
|
||||
]
|
||||
};
|
||||
{
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
passwordAuthentication = true;
|
||||
listenAddresses = [
|
||||
{
|
||||
addr = "192.168.1.0/24";
|
||||
port = "22";
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue