made all hosts more similar

This commit is contained in:
Emile Clark-Boman 2025-02-26 08:42:18 +10:00
parent b646675328
commit b3bb2227d1
6 changed files with 9 additions and 3 deletions

1
deploy
View file

@ -20,6 +20,7 @@ rebuild_flake () {
git add . --verbose
if [ "$1" = "reinstall-bootloader" ]; then
sudo nixos-rebuild switch --flake . --install-bootloader
# STC_DISPLAY_ALL_UNITS=1 (verbose, show output of all units)
else
sudo nixos-rebuild switch --flake .
#nixos-rebuild build --flake .# --cores 8 -j 1