feat,fix: cach up hostkey0 with structure changes, update x13s and config firewall

This commit is contained in:
steveej 2024-03-07 22:01:03 +01:00
parent b144c4501f
commit f779649c0c
8 changed files with 79 additions and 58 deletions

View file

@ -194,7 +194,7 @@ in {
rules = let
wanInterfaces = builtins.concatStringsSep ", " config.networking.nftables.firewall.zones.wan.interfaces;
in
# TODO: if this hostname doesn't resolve it'll break the whole ruleset
# ***TODO***: if this hostname doesn't resolve it'll break the whole ruleset
[
"iifname { ${wanInterfaces} } tcp dport 220 redirect to 22"
"iifname { ${wanInterfaces} } dnat ip to ${exposedHost}"