mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 07:13:40 +00:00
Rename nixos-rebuild.sh to rebuild.sh
This commit is contained in:
3
rebuild.sh
Executable file
3
rebuild.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
cd "$(dirname "$0")" || exit
|
||||
exec nixos-rebuild -I nixos-config="machines/$(hostname)/configuration.nix" "$@" --flake '.#'
|
Reference in New Issue
Block a user