Home: Disable network debug.

This commit is contained in:
Dmitry Voronin 2024-11-29 01:45:45 +03:00
parent 58d0e946a3
commit 9faa180f9c
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -20,7 +20,7 @@ in {
services.openssh.openFirewall = false; services.openssh.openFirewall = false;
# NOTE: Debugging. # NOTE: Debugging.
systemd.services."systemd-networkd".environment.SYSTEMD_LOG_LEVEL = "debug"; # systemd.services."systemd-networkd".environment.SYSTEMD_LOG_LEVEL = "debug";
# Wan configuration. # Wan configuration.
systemd.network = { systemd.network = {