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 46ffca2cac
commit ba6f5e3552

View File

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