drop secret store logging from install command
This commit is contained in:
@@ -16,7 +16,6 @@ log = logging.getLogger(__name__)
|
|||||||
def install_nixos(machine: Machine, kexec: str | None = None) -> None:
|
def install_nixos(machine: Machine, kexec: str | None = None) -> None:
|
||||||
secrets_module = importlib.import_module(machine.secrets_module)
|
secrets_module = importlib.import_module(machine.secrets_module)
|
||||||
log.info(f"installing {machine.name}")
|
log.info(f"installing {machine.name}")
|
||||||
log.info(f"using secret store: {secrets_module.SecretStore}")
|
|
||||||
secret_store = secrets_module.SecretStore(machine=machine)
|
secret_store = secrets_module.SecretStore(machine=machine)
|
||||||
|
|
||||||
h = machine.target_host
|
h = machine.target_host
|
||||||
|
|||||||
Reference in New Issue
Block a user