dotfiles/deploy.sh
2025-06-25 19:28:01 -07:00

9 lines
111 B
Bash
Executable File

#!/bin/sh
ARG="$*"
if [ "$ARG" = "" ]; then
ARG="boot"
fi
nixos-rebuild "$ARG" --flake . --use-remote-sudo