Reduce verbosity of nixos-rebuild
This commit is contained in:
parent
b07c41205f
commit
de75fd3e82
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
'
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue