From 267289cf61340b745f363e548f1ae185554135b4 Mon Sep 17 00:00:00 2001 From: Hunter Halloran Date: Thu, 11 Dec 2025 13:56:40 -0500 Subject: [PATCH] make update logs verbose --- 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 06c39ea..6fb2365 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 ${source}#${config.networking.hostName}"; + "${rebuildCmd} ${remoteBuildFlags} --print-build-logs --verbose ${source}#${config.networking.hostName}"; User = "root"; Group = "root"; };