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:
@@ -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" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user