diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-11-04 16:52:03 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-11-04 16:52:03 +0300 |
commit | 5da01d688fcfd4d1956197f7b7f9372e88687d05 (patch) | |
tree | 662647084b947301db091928c58f83ad74dbd232 /packages/nixfiles.nix | |
parent | 2023-10-30 (diff) |
2023-11-04
Diffstat (limited to '')
-rw-r--r-- | packages/nixfiles.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/nixfiles.nix b/packages/nixfiles.nix index b534e3c..c342501 100644 --- a/packages/nixfiles.nix +++ b/packages/nixfiles.nix @@ -108,10 +108,10 @@ # Assumes that hosts are configured in the OpenSSH configuration. host=''${cmd#@} hostname=$(ssh -q "$host" 'echo "$HOSTNAME"') - exec nixos-rebuild -v --flake ".#$hostname" --target-host "$host" --use-remote-sudo "$@" + exec nixos-rebuild -v --flake ".#$hostname" --target-host "$host" --use-remote-sudo --show-trace "$@" ;; *) - exec nixos-rebuild -v --fast --flake "." --use-remote-sudo "$cmd" "$@" + exec nixos-rebuild -v --fast --flake "." --use-remote-sudo --show-trace "$cmd" "$@" ;; esac ''; |