nxbd switch-local
¶
Deploy a NixOS configuration to the local system.
If no system is specified, it uses the current hostname as the flake attribute selector in the flake of the current working directory.
Arguments¶
system
(optional)¶
System selection in flakes attribute syntax (e.g., .#hostname
or github:user/repo#hostname
). Defaults to .#<hostname>
if not provided.
--ignore_hostname
(optional)¶
Ignore hostname mismatch between system and configuration
--ignore_checks
(optional)¶
Skip pre-deployment configuration checks
--ignored_checks <ignored_checks>
(optional)¶
Comma-separated list of checks to ignore in format group.check or group.* (e.g., 'remote_deployment.ssh_enabled,hardware_configuration.*')