nixos/git: Fix for local access to git.nul.ie
Some checks failed
CI / Check, build and cache Nix flake (push) Failing after 1m43s

This commit is contained in:
2023-12-09 16:30:06 +00:00
parent 56704821b8
commit 54f628d3a5
4 changed files with 26 additions and 10 deletions

View File

@@ -131,6 +131,9 @@ in
chain prerouting {
type nat hook prerouting priority dstnat;
}
chain output {
type nat hook output priority dstnat;
}
chain postrouting {
type nat hook postrouting priority srcnat;
}