Change sync-and-shutdown alias

This commit is contained in:
Evie Litherland-Smith 2024-09-13 13:08:09 +01:00
parent 58f2afdca7
commit 6d386bc6bf

View file

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