This commit is contained in:
iFargle 2023-12-04 20:53:12 +09:00
parent dadfec13d4
commit 2a94f556d9

View file

@ -15,9 +15,9 @@
# environment.systemPackages = with pkgs; [ xorg.xinit ];
# XRDP needs IPv6 disabled to function.
boot.kernel.sysctl = {
"net.ipv6.conf.enp0s13f0u1.disable_ipv6" = true;
"net.ipv6.conf.all.disable_ipv6" = true;
"net.ipv6.conf.wlp170s0.disable_ipv6" = true;
};
# boot.kernel.sysctl = {
# "net.ipv6.conf.enp0s13f0u1.disable_ipv6" = true;
# "net.ipv6.conf.all.disable_ipv6" = true;
# "net.ipv6.conf.wlp170s0.disable_ipv6" = true;
# };
}