使用 Nix 管理 dotfiles
- 根据 nix-darwin 文档初始化
- 替换 hostname
scutil --get LocalHostName
- 安装
nix --experimental-features 'nix-command flakes' run nix-darwin -- switch --flake .
- 手动备份文件(
mv /etc/zshrc /etc/bashrc.before-nix-darwin
)
- 手动备份文件(
- 构建
darwin-rebuild switch --flake .
- 替换 hostname
- 频繁操作导致 github rate limit,然后配置了
access-tokens
(~/.config/nix/nix.conf
),之后在非 sudo 环境遇到 (Bad credentials
),之后删除access-tokens
才行。原因是配置的 token 设置了有效期。 - 重新打开终端 build 才会生效
- 安装包的方式-声明式优先
- garbage 导致
darwin-system.drv
被删除,darwin-rebuild
失败,必须再次安装nix-darwin
。- 没有使用 sudo 进行
sudo nix-collect-garbage -d
导致- sudo 删除还是有同样问题
- darwin-rebuild --list-generations
- 没有使用 sudo 进行
openssl rand -hex 6 | sed 's/\(..\)/\1:/g; s/:$//'
sudo /System/Library/PrivateFrameworks/Apple80211.framework/Resources/airport -z
ifconfig en0 ether
# # Change the MAC address
sudo ifconfig en0 ether d8:18:fd:c0:41:96
networksetup -detectnewhardware
# Turn off the Wi-Fi device:
networksetup -setairportpower en0 off