test
This commit is contained in:
parent
dadfec13d4
commit
2a94f556d9
1 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
# };
|
||||
}
|
Loading…
Reference in a new issue