host/workstation/default | remove unneeded code

This commit is contained in:
Don Harper 2025-08-07 17:14:01 -05:00
parent 6dbf218f73
commit f00487236c

View file

@ -67,19 +67,6 @@ in {
to = 1764;
}];
allowedTCPPorts = [ 22 ];
# interfaces = {
# "tailscale0" = {
# allowedTCPPorts = [ 22 8080 8443 8384 ];
# allowedTCPPortRanges = [{
# from = 1714;
# to = 1764;
# }];
# allowedUDPPortRanges = [{
# from = 1714;
# to = 1764;
# }];
# };
# };
};
};