lib/lxc-container.nix: shorten by 1 }

This commit is contained in:
Astro 2021-03-10 16:40:26 +01:00
parent 7a46e94bb0
commit 7285b458cc
1 changed files with 2 additions and 3 deletions

View File

@ -22,12 +22,11 @@
useDHCP = false;
tempAddress = "disabled";
};
systemd.network.networks."40-eth0" = {
networkConfig = {
systemd.network.networks."40-eth0"
.networkConfig = {
IPv6AcceptRA = true;
LinkLocalAddressing = "ipv6";
};
};
boot.isContainer = true;