feat(fish): rebuild the flake for the running host #10

Merged
alexion merged 1 commits from fish-rebuild-flake-host into main 2026-07-20 14:05:23 -04:00
Showing only changes of commit e49fb929d8 - Show all commits

View File

@@ -79,7 +79,7 @@ in
jctl = "journalctl -p 3 -xb"; jctl = "journalctl -p 3 -xb";
# Rebuild the system, and reclaim disk from old generations. # Rebuild the system, and reclaim disk from old generations.
update = "sudo nixos-rebuild switch"; update = "sudo nixos-rebuild switch --flake .#${config.networking.hostName}";
cleanup = "sudo nix-collect-garbage -d"; cleanup = "sudo nix-collect-garbage -d";
}; };