Add Makefile for deployment

This commit is contained in:
2023-01-23 23:46:18 +01:00
parent cbf6de5e08
commit d4b2c7dcf7

4
Makefile Normal file
View File

@@ -0,0 +1,4 @@
switch:
nixos-rebuild switch --fast --target-host root@zion --flake path://$(PWD)#zion
.DEFAULT_GOAL := switch