diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..b497a61 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +switch: + nixos-rebuild switch --fast --target-host root@zion --flake path://$(PWD)#zion + +.DEFAULT_GOAL := switch