Add bludevil

This commit is contained in:
Dave Gallant
2025-10-28 13:28:59 -04:00
committed by Dave Gallant
parent eec782d79c
commit 9024f44c3f
2 changed files with 3 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ arch := `uname -s`
cmd := if arch == "Linux" { "nixos-rebuild --use-remote-sudo" } else { "darwin-rebuild" }
rebuild:
sudo $cmd switch --flake . -I nixos-config="hosts/$(hostname).nix"
sudo $cmd switch --flake . -I nixos-config="hosts/$(hostname).nix" --print-build-logs
rollback:
sudo $cmd switch --rollback --flake .