From 6d386bc6bfcaf67539768675da57057ad4332561 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 13 Sep 2024 13:08:09 +0100 Subject: [PATCH] Change sync-and-shutdown alias --- system/home/scripts/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/home/scripts/default.nix b/system/home/scripts/default.nix index 71fd17f3..91c9b320 100644 --- a/system/home/scripts/default.nix +++ b/system/home/scripts/default.nix @@ -9,7 +9,7 @@ ]; shellAliases = { gsa = "git-sync-all"; - sync-and-shutdown = "sudo systemctl start nixos-upgrade.service && git-sync-all && shutdown now"; + gsad = "git-sync-all && shutdown now"; }; }; }