From 220b8b17a6039f5491283c49e6d09c37510592f2 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 30 Oct 2024 07:51:28 +0000 Subject: [PATCH] Remove nixos-rebuild from sync-and-shutdown --- system/home/shell/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; };