diff --git a/.config/bash/module/Nix.sh b/.config/bash/module/Nix.sh index b530705..a8dc5bf 100644 --- a/.config/bash/module/Nix.sh +++ b/.config/bash/module/Nix.sh @@ -42,7 +42,7 @@ function nix_rebuild() { [[ "${target}" = "" ]] && target="${HOSTNAME}" cd ${HOME}/.config/linux/system - nixos-rebuild switch --flake .#${target} + nixos-rebuild boot --flake .#${target} cd - }