switch:
nixos-rebuild switch --flake . --use-remote-sudo
update:
nix flake update .
upgrade:
make update && make switch
install:
./scripts/install.sh
backup:
./scripts/backup.sh
.DEFAULT_GOAL := switch