Add remote deploy alias

This commit is contained in:
Greg Hellings
2024-11-04 11:16:46 -06:00
parent fa8e7bab4b
commit 1a3a26fbb9
+1
View File
@@ -56,6 +56,7 @@
stable = "nix flake lock --update-input nixpkgs --update-input hm --update-input nixvimstable"; stable = "nix flake lock --update-input nixpkgs --update-input hm --update-input nixvimstable";
unstable = "nix flake lock --update-input nixunstable --update-input hmunstable --update-input nixvimunstable --update-input nurpkgs --update-input vsext --update-input wsl"; unstable = "nix flake lock --update-input nixunstable --update-input hmunstable --update-input nixvimunstable --update-input nurpkgs --update-input vsext --update-input wsl";
updateScript = "nix-shell maintainers/scripts/update.nix --argstr package"; updateScript = "nix-shell maintainers/scripts/update.nix --argstr package";
deploy = "nixos-rebuild switch --use-remote-sudo --use-substitutes --target-host";
# General # General
gh-personal = "$GH_CONFIG_DIR=\"${config.home.homeDirectory}/.config/gh/personal\" gh"; gh-personal = "$GH_CONFIG_DIR=\"${config.home.homeDirectory}/.config/gh/personal\" gh";