idk
This commit is contained in:
parent
5d4ce7bfe3
commit
6bf02761eb
4 changed files with 30 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue