Add remote deploy alias
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user