diff --git a/justfile b/justfile index 7820095..f7e9f68 100644 --- a/justfile +++ b/justfile @@ -16,7 +16,7 @@ switch *args: check-git remove-hm-backup-files if [[ "$(hostname)" == "localhost" ]]; then nix-on-droid switch --flake . {{args}} else - nh os switch . -- --accept-flake-config {{args}} + nh os switch . {{args}} fi [macos]