Forward clan name for vm test compatibility

This commit is contained in:
Johannes Kirschbauer
2024-08-01 14:47:26 +02:00
parent 440122d470
commit b893b33d3e

View File

@@ -87,8 +87,9 @@ let
# Settings # Settings
clan.core.clanDir = directory; clan.core.clanDir = directory;
# Inherited from clan wide settings # Inherited from clan wide settings
# clan.core.clanName = meta.name or clanName; # TODO: remove these
# clan.core.clanIcon = meta.icon or clanIcon; clan.core.clanName = config.inventory.meta.name;
clan.core.clanIcon = config.inventory.meta.icon;
# Machine specific settings # Machine specific settings
clan.core.machineName = name; clan.core.machineName = name;