diff --git a/lix/libstore/daemon.cc b/lix/libstore/daemon.cc index fc1c61255..9d7a7d7c1 100644 --- a/lix/libstore/daemon.cc +++ b/lix/libstore/daemon.cc @@ -733,7 +733,7 @@ static void performOp(AsyncIoRoot & aio, TunnelLogger * logger, ref store logger->startWork(); if (options.ignoreLiveness) - throw Error("you are not allowed to ignore liveness"); + throw Error("ignore-liveness is not supported via the Lix daemon; try running the command again with `--store local` and as the user that owns the Nix store (usually root)"); auto & gcStore = require(*store); aio.blockOn(gcStore.collectGarbage(options, results)); logger->stopWork();