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; useDHCP = false;
tempAddress = "disabled"; tempAddress = "disabled";
}; };
systemd.network.networks."40-eth0" = { systemd.network.networks."40-eth0"
networkConfig = { .networkConfig = {
IPv6AcceptRA = true; IPv6AcceptRA = true;
LinkLocalAddressing = "ipv6"; LinkLocalAddressing = "ipv6";
}; };
};
boot.isContainer = true; boot.isContainer = true;