starlight: force ipv4 address

This commit is contained in:
Artemis Tosini 2024-10-06 16:57:15 +00:00
parent 217afd86b8
commit 531bff819b
Signed by: artemist
GPG key ID: EE5227935FE3FF18

View file

@ -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 ];