Remove updown, add nixos-reboot alias

nixos-reboot basically does the same thing but without calling
git-sync-all
This commit is contained in:
Evie Litherland-Smith 2024-04-10 19:18:04 +01:00
parent 43a6169ca6
commit 64a781e531

View file

@ -17,8 +17,8 @@
nixos-test = "sudo nixos-rebuild test";
nixos-boot = "sudo nixos-rebuild boot";
nixos-switch = "sudo nixos-rebuild switch";
nixos-reboot = "sudo nixos-rebuild boot && sudo shutdown now";
gsa = "git-sync-all";
updown = "sudo nixos-rebuild boot && git-sync-all && sudo shutdown now";
};
oh-my-zsh = {
enable = true;