diff --git a/Justfile b/Justfile index db7a1a0..7c90cef 100644 --- a/Justfile +++ b/Justfile @@ -13,6 +13,11 @@ deployhome user=defuser host=defhost: refreshhome: home-manager switch --refresh -b bak --flake . +alias do := deployos +[group('nixos')] +deployos host=defhost: + nh os switch -H {{host}} . -- --impure + alias dd := deploydarwin [group('darwin')] deploydarwin host=defhost: