원클릭으로
darwin-switch
Apply the nix-darwin configuration to the current machine.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Apply the nix-darwin configuration to the current machine.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | darwin-switch |
| description | Apply the nix-darwin configuration to the current machine. |
| when_to_use | Use when the user asks to "switch", "rebuild", "apply darwin config", "darwin-rebuild", or otherwise wants the current host's nix-darwin configuration applied. Trigger phrases: "switch", "rebuild darwin", "apply the config", "rebuild this machine". |
| allowed-tools | ["AskUserQuestion","Bash(sudo darwin-rebuild switch *)","Bash(hostname)"] |
Apply the nix-darwin configuration on this host.
Use AskUserQuestion to confirm before running. The action requires sudo and rebuilds system state.
darwin-rebuild switch (Recommended)If the user picks "No" or "Other" with anything other than clear consent, stop and report cancellation.
sudo darwin-rebuild switch --flake ~/git/dudeofawesome/nix-config#$(hostname -s)
Summarize the outcome: success, generation number if shown, or any error. On failure, surface the relevant lines from the output — do not retry automatically.