mail.idimitrov.dev/Justfile

13 lines
189 B
Makefile
Raw Normal View History

2024-06-25 23:47:14 +02:00
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'