diff --git a/pkgs/deploy.nix b/pkgs/deploy.nix index 7265359..ddda085 100644 --- a/pkgs/deploy.nix +++ b/pkgs/deploy.nix @@ -105,7 +105,7 @@ ssh "$host" -- /run/current-system/sw/bin/nix-env --profile /nix/var/nix/profiles/system --set "$store_path" ssh "$host" -- "$store_path"/bin/switch-to-configuration "$ACTION" if [[ -n "$prev_system" ]]; then - ssh "$host" -- nvd diff "$prev_system" "$store_path" + ssh "$host" -- nvd --color always diff "$prev_system" "$store_path" fi time_next echo " Applied ✅ $host in ''${T_LAST}s"