This commit is contained in:
Chris Cochrun 2026-01-28 16:03:50 -06:00
parent 5d4ce7bfe3
commit 6bf02761eb
4 changed files with 30 additions and 2 deletions

View file

@ -1,4 +1,5 @@
#!/bin/sh
currentdir=$(pwd)
hostname=$(hostname)
if [[ $hostname == kaladin ]]; then
@ -6,5 +7,5 @@ if [[ $hostname == kaladin ]]; then
else
cd ~/.dotfiles
fi
nixos-rebuild --sudo switch --show-trace --verbose --impure --flake .#
nixos-rebuild --sudo switch --show-trace --log-format bar-with-logs --print-build-logs --impure --flake .#
cd $currentdir