NixOS-Configs/makefile
2023-11-26 08:29:43 -06:00

27 lines
395 B
Makefile

all:
doas nixos-rebuild switch --flake .#$${HOSTNAME_SHORT}
weekly: pull clean update ci all push
cweekly: pull clean all
update:
nix flake update
vm:
doas nixos-rebuild switch --flake .#vm2 && result/bin/run-*-vm
clean:
doas nix-collect-garbage
doas nix store optimise
push:
@. ~/.bash_ssh
git push
pull:
@. ~/.bash_ssh
git pull
ci:
git commit -m"updates from makefile" --all