updated allowedTCPPorts
This commit is contained in:
parent
07d226fc13
commit
adf629d596
@ -8,8 +8,6 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall = lib.mkIf config.services.endlessh-go.enable {
|
networking.firewall = lib.mkIf config.services.endlessh-go.enable { allowedTCPPorts = [ 22 ]; };
|
||||||
allowedTCPPorts = 22;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user