diff --git a/docs/site/guides/services/community.md b/docs/site/guides/services/community.md index d5ffbca23..2a639cf0a 100644 --- a/docs/site/guides/services/community.md +++ b/docs/site/guides/services/community.md @@ -288,7 +288,7 @@ of their type. In the inventory we the assign machines to a type, e.g. by using tags ```nix title="flake.nix" -instnaces.machine-type = { +instances.machine-type = { module.input = "self"; module.name = "@pinpox/machine-type"; roles.desktop.tags.desktop = { };