Clan-core: Rename clanName within Machines

This commit is contained in:
Johannes Kirschbauer
2024-08-06 10:45:16 +02:00
parent 329b70d653
commit a4bbdcb010
9 changed files with 37 additions and 23 deletions

View File

@@ -23,8 +23,8 @@ in
};
name = lib.mkOption {
type = lib.types.str;
default = config.clan.core.clanName;
defaultText = "config.clan.core.clanName";
default = config.clan.core.name;
defaultText = "config.clan.core.name";
description = ''
zerotier network name
'';