nixos/britway: Export route to Dublin
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 18m59s

This commit is contained in:
Jack O'Sullivan 2023-12-19 16:55:18 +00:00
parent 9b05e7cd8d
commit 54b0224311

View File

@ -92,7 +92,10 @@ in
protocol kernel kernel6 {
ipv6 {
import none;
export none;
export filter {
if net = HOMENET6 then accept;
reject;
};
};
}