This commit is contained in:
Ivan Kirilov Dimitrov 2024-06-25 23:47:14 +02:00
parent 3fb43a4015
commit 271f3ed4ea
No known key found for this signature in database
GPG Key ID: 0BDAD4B211C49294

14
Makefile Normal file
View File

@ -0,0 +1,14 @@
.PHONY: default all vps update clean
default: all
all: vps
vps:
nixos-rebuild switch --flake ./.#mailserver --target-host root@37.205.13.29
update:
nix flake update
clean:
ssh root@37.205.13.29 'nix-collect-garbage -d'