lib/lxc-container.nix: enable accept_ra

This commit is contained in:
Astro 2020-04-03 22:50:11 +02:00
parent dcc281d2e0
commit ba38126c65
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@
useDHCP = true;
preferTempAddress = false;
};
systemd.network.networks."40-eth0" = {
networkConfig.IPv6AcceptRA = true;
};
boot.isContainer = true;