diff --git a/Justfile b/Justfile index 07c7527..0b03e3c 100644 --- a/Justfile +++ b/Justfile @@ -13,6 +13,10 @@ update: deploy host: deploy {{ FLAKE_HOME }}#{{ host }} +clean: + nh clean all --verbose -K 1w + alias s := switch alias u := update alias d := deploy +alias c := clean