clan.core: rename clan.{deployment,networking} -> clan.core.{deployment,networking}

This commit is contained in:
DavHau
2024-07-04 16:09:15 +07:00
parent 737cf9412c
commit afbd4a984d
21 changed files with 63 additions and 37 deletions

View File

@@ -53,7 +53,7 @@ class Machine:
"deploymentAddress"
)
if val is None:
msg = f"the 'clan.networking.targetHost' nixos option is not set for machine '{self.name}'"
msg = f"the 'clan.core.networking.targetHost' nixos option is not set for machine '{self.name}'"
raise ClanError(msg)
return val