starlight: force ipv4 address
This commit is contained in:
parent
217afd86b8
commit
531bff819b
|
@ -62,6 +62,12 @@
|
||||||
prefixLength = 128;
|
prefixLength = 128;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
ipv4.addresses = [
|
||||||
|
{
|
||||||
|
address = "10.69.0.2";
|
||||||
|
prefixLength = 24;
|
||||||
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
systemd.services.lxd.path = [ pkgs.openvswitch ];
|
systemd.services.lxd.path = [ pkgs.openvswitch ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue