Update IPv6 GUA prefix
This commit is contained in:
parent
bc7ba6d8cc
commit
84fe6b40cc
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
};
|
};
|
||||||
networking.guaPref = lib.mkOption {
|
networking.guaPref = lib.mkOption {
|
||||||
type = with lib.types; nullOr (strMatching "^[0-9a-zA-Z:]+$");
|
type = with lib.types; nullOr (strMatching "^[0-9a-zA-Z:]+$");
|
||||||
default = "2001:14ba:a090:39";
|
default = "2001:14ba:a038:5b";
|
||||||
description = "IPv6 GUA Prefix to use in other confs";
|
description = "IPv6 GUA Prefix to use in other confs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue