From 11861bfd59e500d8e7c7ef37d4b91803512f2a95 Mon Sep 17 00:00:00 2001 From: Hunter Halloran Date: Thu, 11 Dec 2025 13:55:42 -0500 Subject: [PATCH] show logs in the updater --- 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 f0dfb5c..06c39ea 100644 --- a/sw/shared-services.nix +++ b/sw/shared-services.nix @@ -73,7 +73,7 @@ with lib; ''--builders "${builders}"'' else ""; in - "${rebuildCmd} ${remoteBuildFlags} ${source}#${config.networking.hostName}"; + "${rebuildCmd} ${remoteBuildFlags} --print-build-logs ${source}#${config.networking.hostName}"; User = "root"; Group = "root"; };