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 +```