fix: Documentation for inventory.tags.nixos option

Corrected documentation referencing machines with the machineClass = "darwin" set, when it should be: machineClass = "nixos"
This commit is contained in:
ginkogruen
2025-05-12 22:12:43 +00:00
parent 6670f2fd50
commit 70b152b548

View File

@@ -257,7 +257,7 @@ in
description = ''
!!! example "Predefined Tag"
Will be added to all machines that set `machineClass = "darwin"`
Will be added to all machines that set `machineClass = "nixos"`
```nix
inventory.machines.machineA.tags = [ "nixos" ];