diff --git a/justfile b/justfile index 09deb4a..0f5dab6 100644 --- a/justfile +++ b/justfile @@ -73,3 +73,6 @@ setup-apollo-nixos: sudo ssh-keygen -t ed25519 -N "" -f /mnt/etc/ssh/initrd sudo nixos-install --flake github:osbm/flake#apollo --root /mnt --no-root-passwd + +sweep *args: + nix run github:jzbor/nix-sweep -- {{args}} \ No newline at end of file