Rename nixos-rebuild.sh to rebuild.sh

This commit is contained in:
Dave Gallant
2021-05-26 23:46:21 -04:00
parent 551913405c
commit 0a91e46af6
2 changed files with 1 additions and 1 deletions

3
rebuild.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
cd "$(dirname "$0")" || exit
exec nixos-rebuild -I nixos-config="machines/$(hostname)/configuration.nix" "$@" --flake '.#'