Fix Darwin rebuild cache and cask trust#41
Merged
Conversation
- hosts/darwin-common.nix: darwin.nix から host 非依存のベース設定 (nix cache / firewall / 自動更新 / Touch ID / login hardening / keyboard defaults) を抽出。workstation と mini で共有 - hosts/darwin.nix: darwin-common を import し、workstation 固有 (dock/finder/trackpad/fonts/homebrew) のみ保持 - hosts/macmini.nix: GUI cask を積まない headless 構成。Ollama を launchd agent で常駐 (Metal 確保のため daemon でなく agent)、 OLLAMA_HOST を LAN/tailnet へ公開、pmset でスリープ抑止、SSH 有効化、 brew は tailscale のみ + rustdesk cask (保守用リモート GUI) - flake.nix: darwinConfigurations.macmini 出力を追加 (sudo darwin-rebuild switch --flake .#macmini) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Verification