diff --git a/Makefile b/Makefile index dfd1b05..cf9845b 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ DIR=$(HOME)/Projects/zion switch: - nixos-rebuild switch --fast --target-host root@zion \ + nixos-rebuild switch --no-reexec --target-host root@zion \ --build-host root@zion --flake path://$(DIR)#zion .DEFAULT_GOAL := switch