nixos: network accept ra on wifi

This commit is contained in:
genofire 2021-10-15 19:32:20 +02:00
parent d2bec4151a
commit f17138bcbc
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@
systemd.network.networks.wifi = {
matchConfig.Name = "wlan0";
DHCP = "ipv4";
networkConfig = {
IPv6AcceptRA = true;
IPv6PrivacyExtensions = true;
};
};
sound.enable = true;