1
0
Fork 0

mediaserver: Disable IPv6 for now

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

View file

@ -61,7 +61,7 @@ in
environment.etc."nix/netrc".source = ../../secret/shared/nix-netrc;
boot = {
cleanTmpDir = true;
tmp.cleanOnBoot = true;
binfmt.emulatedSystems = [ "aarch64-linux" ];
};
@ -73,7 +73,7 @@ in
useNetworkd = true;
};
kernel.sysctl."net.ipv6.conf.ens3.disable_ipv6" = 1;
boot.kernel.sysctl."net.ipv6.conf.ens3.disable_ipv6" = 1;
systemd.network = {
enable = true;