Remove nixos-rebuild from sync-and-shutdown
This commit is contained in:
parent
6477e0c054
commit
220b8b17a6
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue