From 9faa180f9cd2a79e360e63b272b02a6c47a5b723 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Fri, 29 Nov 2024 01:45:45 +0300 Subject: [PATCH] Home: Disable network debug. --- host/x86_64-linux/home/Network.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/x86_64-linux/home/Network.nix b/host/x86_64-linux/home/Network.nix index e24d989d..c2b25a36 100644 --- a/host/x86_64-linux/home/Network.nix +++ b/host/x86_64-linux/home/Network.nix @@ -20,7 +20,7 @@ in { services.openssh.openFirewall = false; # NOTE: Debugging. - systemd.services."systemd-networkd".environment.SYSTEMD_LOG_LEVEL = "debug"; + # systemd.services."systemd-networkd".environment.SYSTEMD_LOG_LEVEL = "debug"; # Wan configuration. systemd.network = {