Fix typo in "Authoring a 'clan.service' module"

This commit is contained in:
nickdichev
2025-10-08 20:16:16 +00:00
parent 7f28110558
commit 1feead4ce4

View File

@@ -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 = { };