From 42e653a6478720fc0a80e6b81038b290c746e249 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Sat, 13 Apr 2024 11:41:00 +0200 Subject: [PATCH] docs: fix wording and typo --- docs/docs/getting-started/machines.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/getting-started/machines.md b/docs/docs/getting-started/machines.md index 6a4e8cbd9..1d4a2691f 100644 --- a/docs/docs/getting-started/machines.md +++ b/docs/docs/getting-started/machines.md @@ -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