Change sync-and-shutdown alias
This commit is contained in:
parent
58f2afdca7
commit
6d386bc6bf
|
@ -9,7 +9,7 @@
|
||||||
];
|
];
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
gsa = "git-sync-all";
|
gsa = "git-sync-all";
|
||||||
sync-and-shutdown = "sudo systemctl start nixos-upgrade.service && git-sync-all && shutdown now";
|
gsad = "git-sync-all && shutdown now";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue