diff --git a/Justfile b/Justfile index ee81dfd..341e1fa 100644 --- a/Justfile +++ b/Justfile @@ -18,6 +18,13 @@ alias do := deployos deployos host=defhost: nh os switch -H {{host}} . +alias dro := deployRemoteOs +[group('nixos')] +deployRemoteOs host: + nixos-rebuild switch --flake .#{{host}} \ + --target-host root@{{host}} \ + --verbose --log-format internal-json |& nom --json + alias dd := deploydarwin [group('darwin')] deploydarwin host=defhost: