summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/omega-relay/firewall.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/hosts/omega-relay/firewall.nix b/hosts/omega-relay/firewall.nix
index 360e7da..553730e 100644
--- a/hosts/omega-relay/firewall.nix
+++ b/hosts/omega-relay/firewall.nix
@@ -1,4 +1,4 @@
-{ ... }:
+{ config,... }:
let
baseTCP = [
20
@@ -20,6 +20,7 @@ let
];
secureTCP = [
+ # config.wilkuu.services.mysql.port
];
secureUDP = [
@@ -54,6 +55,7 @@ in
"veth*"
"vnet*"
"virbr*"
+ "lo"
];
};