mirror of
https://github.com/fredrikr79/nixos.git
synced 2026-01-26 16:13:14 +01:00
remove tcp port forwarding
This commit is contained in:
@@ -329,8 +329,8 @@ in
|
||||
networking.firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [
|
||||
3389
|
||||
5900
|
||||
# 3389
|
||||
# 5900
|
||||
]; # rdp port
|
||||
# trustedInterfaces = [
|
||||
# "wlp0s20f3"
|
||||
|
||||
Reference in New Issue
Block a user