Back to the drawing board I guess
This commit is contained in:
parent
dff621fe42
commit
55530d8b26
1 changed files with 5 additions and 5 deletions
|
@ -350,17 +350,17 @@ in {
|
|||
|
||||
services.openssh.listenAddresses = [
|
||||
{
|
||||
addr = "0.0.0.0";
|
||||
addr = "[::]";
|
||||
port = 2201;
|
||||
}
|
||||
{
|
||||
addr = "[::]";
|
||||
port = 2201;
|
||||
port = 22;
|
||||
}
|
||||
];
|
||||
|
||||
systemd.network = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
networks = {
|
||||
wan = {
|
||||
networkConfig = {
|
||||
|
@ -396,8 +396,8 @@ in {
|
|||
};
|
||||
|
||||
services.avahi = {
|
||||
enable = true;
|
||||
reflector = true;
|
||||
enable = lib.mkForce false;
|
||||
reflector = false;
|
||||
allowInterfaces = [lan_if];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue