diff --git a/nodes/home.r630.toml b/nodes/home.r630.toml index 2a18418..cdfc4ba 100644 --- a/nodes/home.r630.toml +++ b/nodes/home.r630.toml @@ -1,9 +1,15 @@ hostname = "172.19.138.22" groups = ["debian-bookworm"] +bundles = ["docker-engine", "nginx", "redis"] [metadata] icinga_options.exclude_from_monitoring = true +[metadata.docker-engine.config] +# this is a dev machine, it's fine if docker does shenanigans with +# iptables +iptables = true + [metadata.interfaces.eno3] ips = [ "172.19.138.22/24", @@ -11,7 +17,7 @@ ips = [ gateway4 = "172.19.138.1" ipv6_accept_ra = true -[metadata.nftable.forward] +[metadata.nftables.forward] 50-local-forward = [ 'ct state { related, established } accept', 'iifname eno3 accept',