From 770ecc6c02419aa207a6bac0a7e3a1f3595e7750 Mon Sep 17 00:00:00 2001 From: coolneng Date: Wed, 27 Aug 2025 08:16:38 +0200 Subject: [PATCH] Adapt Makefile to new CLI flags of nixos-rebuild --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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