Merge pull request 'fix: Documentation for inventory.tags.nixos option' (#3595) from ginkogruen/clan-core:ginkogruen-patch-1 into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3595
This commit is contained in:
Mic92
2025-05-13 07:44:26 +00:00

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" ];