diff --git a/system/home/shell/default.nix b/system/home/shell/default.nix index 4b95749e..b30347f4 100644 --- a/system/home/shell/default.nix +++ b/system/home/shell/default.nix @@ -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"; };