nixos/blade-router: bump LINX LON1 netmask to /21
This commit is contained in:
parent
ea2663a528
commit
60e6ae8af5
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ in
|
|||
linx.enable = mkEnableOption "linx";
|
||||
addresses.vl-linx.v4 = {
|
||||
addr = mkOption { type = types.str; default = "195.66.224.58"; };
|
||||
prefixLength = mkOption { type = types.int; default = 22; };
|
||||
prefixLength = mkOption { type = types.int; default = 21; };
|
||||
};
|
||||
addresses.vl-linx.v6 = {
|
||||
addr = mkOption { type = types.str; default = "2001:7f8:4::3:22a7:1"; };
|
||||
|
|
Loading…
Reference in a new issue