Add Makefile for deployment

This commit is contained in:
coolneng 2023-01-23 23:46:18 +01:00
parent cbf6de5e08
commit d4b2c7dcf7
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 4 additions and 0 deletions

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