Skip to content

Commit d4c006d

Browse files
committed
doc: smol fixups
1 parent 2a208f2 commit d4c006d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/src/declarative.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ nixos-containers work if you are familiar with those.
5252
## Declarative deployment
5353

5454
Why *deployed*? The per-MicroVM subdirectory under `/var/lib/microvms`
55-
is only created, if it did not exist before. This behavior is
55+
is only created if it did not exist before. This behavior is
5656
intended to ensure existence of MicroVMs that are critical to
5757
operation. To update them later you will have to use the [imperative microvm
5858
command](./microvm-command.md).

doc/src/shares.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ don't work currently, so resort to using a volume for that:
5555
}
5656
```
5757

58-
**Caveat:** The Nix database will forget all built packages after a
58+
<div class="warning">
59+
The Nix database will forget all built packages after a
5960
reboot, containing only what is needed for the VM's NixOS
6061
system. Until this has been solved, it is recommended to just delete
6162
and recreate the overlay after MicroVM shutdown or before startup.
63+
</div>

0 commit comments

Comments
 (0)