1
0
forked from clan/clan-core

docs: fix wording and typo

This commit is contained in:
a-kenji 2024-04-13 11:41:00 +02:00
parent 8d6659e60b
commit 42e653a647

View File

@ -1,6 +1,6 @@
# Deploy Machine
Integrating a new machine into your Clan environment is a very easy yet flexible process, allowing for a straight forward management of multiple NixOS configurations.
Integrating a new machine into your Clan environment is an easy yet flexible process, allowing for a straight forward management of multiple NixOS configurations.
We'll walk you through adding a new computer to your Clan.
@ -153,7 +153,7 @@ clan config --machine my-machine clan.networking.buildHost root@host_or_ip
### Excluding a machine from `clan machine update`
To exclude machines from beeing updated when running `clan machines update` without any machines specified,
To exclude machines from being updated when running `clan machines update` without any machines specified,
one can set the `clan.deployment.requireExplicitUpdate` option to true:
```bash