Remove nixos-rebuild from sync-and-shutdown

This commit is contained in:
Evie Litherland-Smith 2024-10-30 07:51:28 +00:00
parent 6477e0c054
commit 220b8b17a6

View file

@ -7,7 +7,7 @@
];
home.shellAliases = {
sync-all = "sync-emacs; sync-git; vdirsyncer sync; mbsync -a";
sync-and-shutdown = "sudo nixos-rebuild boot && sync-all && shutdown now";
sync-and-shutdown = "sync-all && shutdown now";
protonup = "sudo wg-quick up protonvpn && sudo wg";
protondown = "sudo wg-quick down protonvpn";
};