[openssh] Remove address conf

This commit is contained in:
Florian RICHER 2024-02-17 12:05:13 +01:00
parent 7c65f9acd7
commit d50724a354

View file

@ -3,12 +3,6 @@
{
services.openssh = {
enable = true;
listenAddresses = [
{
addr = "192.168.1.0";
port = 22;
}
];
settings = {
PasswordAuthentication = true;