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 ];
|
# environment.systemPackages = with pkgs; [ xorg.xinit ];
|
||||||
|
|
||||||
# XRDP needs IPv6 disabled to function.
|
# XRDP needs IPv6 disabled to function.
|
||||||
boot.kernel.sysctl = {
|
# boot.kernel.sysctl = {
|
||||||
"net.ipv6.conf.enp0s13f0u1.disable_ipv6" = true;
|
# "net.ipv6.conf.enp0s13f0u1.disable_ipv6" = true;
|
||||||
"net.ipv6.conf.all.disable_ipv6" = true;
|
# "net.ipv6.conf.all.disable_ipv6" = true;
|
||||||
"net.ipv6.conf.wlp170s0.disable_ipv6" = true;
|
# "net.ipv6.conf.wlp170s0.disable_ipv6" = true;
|
||||||
};
|
# };
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue