1
0
Fork 0

[docs] add troubleshoot help for locked services

This commit is contained in:
ibizaman 2023-03-01 22:02:55 -08:00
parent 59cb619e04
commit a0350ca7f0

View file

@ -219,3 +219,13 @@ nix-store --export /nix/store/<path> | \
bzip2 | \
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
```