From a0350ca7f0b1997a982ea2ce98509fcf7c8b7e9d Mon Sep 17 00:00:00 2001 From: ibizaman Date: Wed, 1 Mar 2023 22:02:55 -0800 Subject: [PATCH] [docs] add troubleshoot help for locked services --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 0d63870..9474b33 100644 --- a/README.md +++ b/README.md @@ -219,3 +219,13 @@ nix-store --export /nix/store/ | \ bzip2 | \ nixops ssh "bunzip2 | nix-store --import" ``` + +## Cannot lock services + +If you canceled a `disnixos-env` invocation, you could end up with +locked services and the next invocation will fail. To unlock the +services manually, run: + +```bash +disnix-lock -u +```