nixos: Initial waffletail
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 20m52s
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 20m52s
This commit is contained in:
@@ -19,8 +19,6 @@ let
|
||||
};
|
||||
|
||||
advRoutes = concatStringsSep "," [
|
||||
lib.my.c.colony.prefixes.all.v4
|
||||
lib.my.c.colony.prefixes.all.v6
|
||||
lib.my.c.home.prefixes.all.v4
|
||||
lib.my.c.home.prefixes.all.v6
|
||||
];
|
||||
@@ -87,6 +85,7 @@ in
|
||||
"--netfilter-mode=off"
|
||||
"--advertise-exit-node"
|
||||
"--advertise-routes=${advRoutes}"
|
||||
"--accept-routes=false"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user