Reverted nrs alias usage

This commit is contained in:
2025-10-31 01:34:28 -07:00
parent 5748f4b2e7
commit 1de9399021

View File

@@ -28,9 +28,9 @@
# Nix flake update, rebuild, switch # Nix flake update, rebuild, switch
nus = "bash -c \"cd /etc/nixos && sudo nix flake update && nrs ; exit\""; nus = "bash -c \"cd /etc/nixos && sudo nix flake update && sudo nixos-rebuild switch --flake .#$(hostname) ; exit\"";
# with tracing # with tracing
tnus = "bash -c \"cd /etc/nixos && sudo nix flake update && tnrs ; exit\""; tnus = "bash -c \"cd /etc/nixos && sudo nix flake update && sudo nixos-rebuild switch --show-trace --flake .#$(hostname) ; exit\"";
# Special cleanup, needed when efi partition runs out of space. Deletes all but the last five generations. # Special cleanup, needed when efi partition runs out of space. Deletes all but the last five generations.
# Remember to make that partition bigger in the future... # Remember to make that partition bigger in the future...