diff --git a/nixos/justfile b/nixos/justfile index 9304f4e2..64956931 100644 --- a/nixos/justfile +++ b/nixos/justfile @@ -1,5 +1,8 @@ switch *args: sudo nixos-rebuild switch --flake '.#' --impure {{args}} +remote-switch host *args: + nixos-rebuild switch --flake '.#{{host}}' --target-host {{host}}.local --sudo --impure {{args}} + fix-local-path-issue: nix flake update imalison-taffybar