[docs] add troubleshoot help for locked services
This commit is contained in:
parent
59cb619e04
commit
a0350ca7f0
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -219,3 +219,13 @@ nix-store --export /nix/store/<path> | \
|
||||||
bzip2 | \
|
bzip2 | \
|
||||||
nixops ssh <machine> "bunzip2 | nix-store --import"
|
nixops ssh <machine> "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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue