updating things

This commit is contained in:
Chris Cochrun 2024-01-03 12:51:58 -06:00
parent c06b2e138c
commit eacb03e3ac
3 changed files with 17 additions and 12 deletions

View file

@ -1,5 +1,5 @@
#!/bin/sh
currentdir=$(pwd)
cd ~/.dotfiles
nixos-rebuild --use-remote-sudo switch --verbose --impure --flake .#
nixos-rebuild --use-remote-sudo switch --show-trace --verbose --impure --flake .#
cd $currentdir