5 lines
167 B
Bash
Executable file
5 lines
167 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
nom build .#nixosConfigurations.${HOSTNAME}.config.system.build.toplevel && sudo nixos-rebuild switch --flake .#${HOSTNAME}
|
|
#./build.sh / $HOSTNAME
|