hetzner-dedicated/zfs: prefixLength for ipv4 is 26
This commit is contained in:
parent
2878a591a1
commit
bc36c089aa
|
@ -375,7 +375,7 @@ cat > /mnt/etc/nixos/configuration.nix <<EOF
|
||||||
networking.interfaces."$NIXOS_INTERFACE".ipv4.addresses = [
|
networking.interfaces."$NIXOS_INTERFACE".ipv4.addresses = [
|
||||||
{
|
{
|
||||||
address = "$IP_V4";
|
address = "$IP_V4";
|
||||||
prefixLength = 24;
|
prefixLength = 26;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
networking.interfaces."$NIXOS_INTERFACE".ipv6.addresses = [
|
networking.interfaces."$NIXOS_INTERFACE".ipv6.addresses = [
|
||||||
|
|
Loading…
Reference in a new issue