Adapt Makefile to new CLI flags of nixos-rebuild

This commit is contained in:
coolneng 2025-08-27 08:16:38 +02:00
parent 86fb493a80
commit 770ecc6c02
Signed by: coolneng
GPG Key ID: 9893DA236405AF57

View File

@ -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