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"; }; }; }