docs: remove references to buildClan

This commit is contained in:
Johannes Kirschbauer
2025-09-16 15:31:36 +02:00
parent 39eb13eebb
commit 3d680bcc5f
2 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
# Update Machines
The Clan command line interface enables you to update machines remotely over SSH.
In this guide we will teach you how to set a `targetHost` in Nix,
In this guide we will teach you how to set a `targetHost` in Nix,
and how to define a remote builder for your machine closures.
@@ -65,7 +65,7 @@ During an update, clan will ssh into the `buildHost` and run `nixos-rebuild` fro
```{.nix hl_lines="5" .no-copy}
buildClan {
clan {
# ...
machines = {
"jon" = {
@@ -101,7 +101,7 @@ To exclude machines from being updated when running `clan machines update` witho
one can set the `clan.deployment.requireExplicitUpdate` option to true:
```{.nix hl_lines="5" .no-copy}
buildClan {
clan {
# ...
machines = {
"jon" = {