rename clanCore to clan.core

This commit is contained in:
Jörg Thalheim
2023-08-30 14:46:01 +02:00
committed by Mic92
parent feb9378560
commit fef796fa6e
7 changed files with 22 additions and 22 deletions

View File

@@ -15,7 +15,7 @@ def get_secret_script(machine: str) -> None:
"--expr",
"let f = builtins.getFlake (toString ./.); in "
f"(f.nixosConfigurations.{machine}.extendModules "
"{ modules = [{ clanCore.clanDir = toString ./.; }]; })"
"{ modules = [{ clan.core.clanDir = toString ./.; }]; })"
".config.system.clan.generateSecrets",
],
check=True,