dotfiles/deploy.sh

9 lines
110 B
Bash
Executable File

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