From 2a94f556d96c084fe3e18f89690e1442a22f2cb3 Mon Sep 17 00:00:00 2001 From: iFargle Date: Mon, 4 Dec 2023 20:53:12 +0900 Subject: [PATCH] test --- nixos/hosts/framework-server/desktop.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nixos/hosts/framework-server/desktop.nix b/nixos/hosts/framework-server/desktop.nix index 78b8b7ba..a5b3df7c 100644 --- a/nixos/hosts/framework-server/desktop.nix +++ b/nixos/hosts/framework-server/desktop.nix @@ -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; + # }; } \ No newline at end of file