Reduce verbosity of nixos-rebuild

This commit is contained in:
Erwin Boskma 2022-10-30 21:12:03 +01:00
parent b07c41205f
commit de75fd3e82
Signed by: erwin
SSH key fingerprint: SHA256:CyeNoWXd3kjX2Nwu6pDxxdS7OqmPVOy0NavA/KU/ntU

View file

@ -15,7 +15,7 @@ let
command = targetPath: ''
nix-shell -p git --run '
nix build -v '${targetPath}/machine-config#nixosConfigurations.$(hostname).config.system.build.toplevel' && \
nixos-rebuild switch -vvv --show-trace --build-host builder@loki --flake ${targetPath}/machine-config
nixos-rebuild switch -v --show-trace --build-host builder@loki --flake ${targetPath}/machine-config
'
'';