switch:
	nixos-rebuild switch --flake . --use-remote-sudo

update:
	nix flake update . --commit-lock-file

upgrade:
	make update && make switch

install:
	./scripts/install.sh

backup:
	./scripts/backup.sh

.DEFAULT_GOAL := switch