From 044a99047842fb6084bc80c4a6018bfeb9ca55f1 Mon Sep 17 00:00:00 2001 From: Hunter Halloran Date: Thu, 11 Dec 2025 13:58:15 -0500 Subject: [PATCH] Revert "make update logs verbose" This reverts commit 267289cf61340b745f363e548f1ae185554135b4. --- sw/shared-services.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw/shared-services.nix b/sw/shared-services.nix index 6fb2365..06c39ea 100644 --- a/sw/shared-services.nix +++ b/sw/shared-services.nix @@ -73,7 +73,7 @@ with lib; ''--builders "${builders}"'' else ""; in - "${rebuildCmd} ${remoteBuildFlags} --print-build-logs --verbose ${source}#${config.networking.hostName}"; + "${rebuildCmd} ${remoteBuildFlags} --print-build-logs ${source}#${config.networking.hostName}"; User = "root"; Group = "root"; };