summaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
authorKenny Ballou <kballou@devnulllabs.io>2019-06-27 17:40:43 -0600
committerKenny Ballou <kballou@devnulllabs.io>2019-06-27 17:40:43 -0600
commit5f04e48d2af64e1b8e22579be07d9f2922f6fa57 (patch)
treecd8685101985f684791806e18b49206f555dca28 /services
parente97d37c55c29c92d4bb27b394c0b29a0a342d59b (diff)
downloadcfg.nix-5f04e48d2af64e1b8e22579be07d9f2922f6fa57.tar.gz
cfg.nix-5f04e48d2af64e1b8e22579be07d9f2922f6fa57.tar.xz
firewall: :rose: fix spacing
Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
Diffstat (limited to 'services')
-rw-r--r--services/nftables-rules.nft6
1 files changed, 4 insertions, 2 deletions
diff --git a/services/nftables-rules.nft b/services/nftables-rules.nft
index e9cbf54..d7923cb 100644
--- a/services/nftables-rules.nft
+++ b/services/nftables-rules.nft
@@ -51,18 +51,20 @@ table ip nat {
chain prerouting {
type nat hook prerouting priority 0;
counter
+ }
chain postrouting {
type nat hook postrouting priority 100;
counter
- }
+ }
}
table ip6 nat {
chain prerouting {
type nat hook prerouting priority 0;
counter
+ }
chain postrouting {
type nat hook postrouting priority 100;
counter
- }
+ }
}