Nix-Config/bin/apply-system.bash

7 lines
83 B
Bash
Executable File

#!/usr/bin/env bash
pushd ~/.my_config
sudo nixos-rebuild switch --flake .#
popd