nixos/git: Fix for local access to git.nul.ie
Some checks failed
CI / Check, build and cache Nix flake (push) Failing after 1m43s
Some checks failed
CI / Check, build and cache Nix flake (push) Failing after 1m43s
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user