docs/quickstart: fix typo

This commit is contained in:
lassulus
2023-09-27 19:01:51 +02:00
parent 73a9b6a172
commit 0bc8f88276

View File

@@ -122,7 +122,7 @@ Absolutely, let's break down the migration step by step, explaining each action
}; };
}; };
}; };
in { inherit (clan) nixosConfigurations clanInternal; } in { inherit (clan) nixosConfigurations clanInternals; }
``` ```
- `nixosConfigurations`: Defines NixOS configurations, using Clan Cores `buildClan` function to manage the machines. - `nixosConfigurations`: Defines NixOS configurations, using Clan Cores `buildClan` function to manage the machines.