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