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