forked from Mirrors/nixos-infect
Fix prefixLength for gateway6 route (#73)
This commit is contained in:
parent
0fd9469d05
commit
58edeb3933
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ EOF
|
|||
$a"; done)
|
||||
];
|
||||
ipv4.routes = [ { address = "${gateway}"; prefixLength = 32; } ];
|
||||
ipv6.routes = [ { address = "${gateway6}"; prefixLength = 32; } ];
|
||||
ipv6.routes = [ { address = "${gateway6}"; prefixLength = 128; } ];
|
||||
};
|
||||
$interfaces1
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue