mediaserver: Disable IPv6 for now
This commit is contained in:
parent
bc097f461f
commit
4562cdd859
1 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ in
|
||||||
environment.etc."nix/netrc".source = ../../secret/shared/nix-netrc;
|
environment.etc."nix/netrc".source = ../../secret/shared/nix-netrc;
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
cleanTmpDir = true;
|
tmp.cleanOnBoot = true;
|
||||||
|
|
||||||
binfmt.emulatedSystems = [ "aarch64-linux" ];
|
binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||||
};
|
};
|
||||||
|
@ -73,7 +73,7 @@ in
|
||||||
useNetworkd = true;
|
useNetworkd = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
kernel.sysctl."net.ipv6.conf.ens3.disable_ipv6" = 1;
|
boot.kernel.sysctl."net.ipv6.conf.ens3.disable_ipv6" = 1;
|
||||||
|
|
||||||
systemd.network = {
|
systemd.network = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue