Merge pull request 'quickstart: unify naming' (#217) from Mic92-main into main
Some checks failed
checks-impure / test (push) Successful in 3s
checks / test (push) Failing after 20s

Reviewed-on: #217
This commit is contained in:
Mic92 2023-08-30 12:05:03 +00:00
commit feb9378560

View File

@ -30,7 +30,7 @@ If `.clan-flake` is missing, `clan-cli` will instead search for other indicators
## Integrating with Existing NixOS Machines
If you already manage NixOS machines using a flake, you can integrate them with the clan-core as shown in the example below:
If you already manage NixOS machines using a flake, you can integrate them with the Clan Core as shown in the example below:
```nix
{
@ -58,4 +58,4 @@ In this configuration:
- `description`: Provides a brief description of the flake.
- `inputs.clan-core.url`: Specifies the Clan Core template's repository URL.
- `nixosConfigurations`: Defines NixOS configurations, using Clan Cores `buildClan` function to manage the machines.
- `nixosConfigurations`: Defines NixOS configurations, using Clan Core's `buildClan` function to manage the machines.