1
0
Fork 0

mediaserver: Disable IPv6 for now

This commit is contained in:
Daniel Kempkens 2023-04-14 17:35:45 +02:00
parent e88f09b330
commit bc097f461f
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -73,6 +73,8 @@ in
useNetworkd = true;
};
kernel.sysctl."net.ipv6.conf.ens3.disable_ipv6" = 1;
systemd.network = {
enable = true;
@ -81,7 +83,7 @@ in
matchConfig.Name = "ens3";
networkConfig = {
DHCP = "ipv4";
IPv6AcceptRA = true;
IPv6AcceptRA = false;
};
linkConfig.RequiredForOnline = "routable";