Files
dotfiles/deploy.sh
2026-03-03 14:29:24 -05:00

9 lines
111 B
Bash
Executable File

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