mirror of
https://github.com/davegallant/nix-config
synced 2025-08-05 10:33:39 +00:00
4 lines
143 B
Bash
Executable File
4 lines
143 B
Bash
Executable File
#!/usr/bin/env bash
|
|
cd "$(dirname "$0")" || exit
|
|
exec nixos-rebuild -I nixos-config="machines/$(hostname)/configuration.nix" "$@" --flake '.#'
|