From e29232d96ce29d3f00af1bc0271297c1672ad1d3 Mon Sep 17 00:00:00 2001 From: foxora Date: Thu, 5 Mar 2026 10:47:47 +0000 Subject: [PATCH] arcturus config: removed systemd debug log level --- hosts/arcturus/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hosts/arcturus/default.nix b/hosts/arcturus/default.nix index 458a92c..dde69a2 100644 --- a/hosts/arcturus/default.nix +++ b/hosts/arcturus/default.nix @@ -34,10 +34,6 @@ }; }; - systemd.services.systemd-networkd.environment = { - SYSTEMD_LOG_LEVEL = "debug"; - }; - systemd.network = { enable = true;