gum.r: set weight to over 9000
we do this so we never route via gum, which tends to eat our packets and makes it impossible to connect to other peers via gum.
This commit is contained in:
parent
af2faf3803
commit
be042e3446
@ -219,6 +219,9 @@ in {
|
||||
retiolum = {
|
||||
via = internet;
|
||||
ip4.addr = "10.243.0.213";
|
||||
# never connect via gum (he eats your packets!)
|
||||
tinc.weight = 9001;
|
||||
|
||||
aliases = [
|
||||
"gum.r"
|
||||
"backup.makefu.r"
|
||||
|
@ -28,9 +28,6 @@
|
||||
'';
|
||||
};
|
||||
|
||||
# never connect via gum (he eats our packets!)
|
||||
krebs.hosts.gum.nets.retiolum.tinc.weight = 9000;
|
||||
|
||||
nixpkgs.config.packageOverrides = pkgs: {
|
||||
tinc = pkgs.tinc_pre;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user