[PR #195] [MERGED] feat: remove x86_64-darwin, add new nixos host on macbook pro m2 #200

Closed
opened 2025-12-29 04:21:57 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ryan4yin/nix-config/pull/195
Author: @ryan4yin
Created: 6/22/2025
Status: Merged
Merged: 7/13/2025
Merged by: @ryan4yin

Base: mainHead: apple-silicon


📝 Commits (10+)

  • db82d2d feat: remove x86_64-darwin, add new nixos host on macbook pro m2
  • a101436 fix: nixos-installer - attribute 'age' missing
  • 635e38c fix: nixos-installer - missing nixos-apple-silicon
  • c55b1c6 fix: nixos-installer - disable canTouchEfiVariables, add iwd
  • 9dcafa8 fix: nixos-installer - peripheralFirmwareDirectory
  • 3561426 fix: docs & /boot
  • 323aaf0 fix: preserve iwd's data
  • a6d5439 fix: nixos-installer - enable sshd
  • 8528c6e fix: shoukei - hardcode nameservers
  • e6f0569 flake.lock: Update

📊 Changes

60 files changed (+563 additions, -516 deletions)

View changed files

📝 flake.lock (+60 -21)
📝 flake.nix (+11 -1)
📝 hardening/bwraps/wechat.nix (+20 -4)
📝 home/base/core/shells/default.nix (+1 -1)
📝 home/base/gui/dev-tools.nix (+14 -11)
📝 home/base/gui/terminal/alacritty/default.nix (+1 -1)
📝 home/base/gui/terminal/foot.nix (+1 -1)
📝 home/base/tui/dev-tools.nix (+4 -4)
📝 home/base/tui/encryption/default.nix (+1 -1)
📝 home/linux/gui/base/creative.nix (+57 -49)
📝 home/linux/gui/base/media.nix (+17 -15)
📝 home/linux/gui/base/note-taking.nix (+3 -3)
📝 home/linux/gui/hyprland/values/wayland-apps.nix (+1 -1)
📝 hosts/12kingdoms-shoukei/README.md (+2 -10)
hosts/12kingdoms-shoukei/apple-set-os-loader.nix (+0 -61)
hosts/12kingdoms-shoukei/brcm-firmware/default.nix (+0 -10)
hosts/12kingdoms-shoukei/brcm-firmware/firmware.tar.xz (+0 -0)
hosts/12kingdoms-shoukei/brcm-firmware/flake.lock (+0 -27)
hosts/12kingdoms-shoukei/brcm-firmware/flake.nix (+0 -10)
📝 hosts/12kingdoms-shoukei/default.nix (+4 -16)

...and 40 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ryan4yin/nix-config/pull/195 **Author:** [@ryan4yin](https://github.com/ryan4yin) **Created:** 6/22/2025 **Status:** ✅ Merged **Merged:** 7/13/2025 **Merged by:** [@ryan4yin](https://github.com/ryan4yin) **Base:** `main` ← **Head:** `apple-silicon` --- ### 📝 Commits (10+) - [`db82d2d`](https://github.com/ryan4yin/nix-config/commit/db82d2d8c50e40c1a2958ff740a8c84c702a0f56) feat: remove x86_64-darwin, add new nixos host on macbook pro m2 - [`a101436`](https://github.com/ryan4yin/nix-config/commit/a1014361a3eb0669f38846331c6c1d8ba9d536b3) fix: nixos-installer - attribute 'age' missing - [`635e38c`](https://github.com/ryan4yin/nix-config/commit/635e38c275405cb54819f8d77886cb8eecec98c4) fix: nixos-installer - missing nixos-apple-silicon - [`c55b1c6`](https://github.com/ryan4yin/nix-config/commit/c55b1c6712349229c5e50273186e71912ec56764) fix: nixos-installer - disable canTouchEfiVariables, add iwd - [`9dcafa8`](https://github.com/ryan4yin/nix-config/commit/9dcafa8cc91d145c7be82d07cab0347a8fff8daf) fix: nixos-installer - peripheralFirmwareDirectory - [`3561426`](https://github.com/ryan4yin/nix-config/commit/3561426a11a126aa4ed6d50891128c1ccd625897) fix: docs & /boot - [`323aaf0`](https://github.com/ryan4yin/nix-config/commit/323aaf0ac0e49a935ef0d318a3f5666fc193c803) fix: preserve iwd's data - [`a6d5439`](https://github.com/ryan4yin/nix-config/commit/a6d54395d3416497de5d0c18b047429e374c5bd7) fix: nixos-installer - enable sshd - [`8528c6e`](https://github.com/ryan4yin/nix-config/commit/8528c6e573ebcd32b2954bd259d9c347d09b5b05) fix: shoukei - hardcode nameservers - [`e6f0569`](https://github.com/ryan4yin/nix-config/commit/e6f0569fd312267bf7e13400907e143e7b53f4f4) flake.lock: Update ### 📊 Changes **60 files changed** (+563 additions, -516 deletions) <details> <summary>View changed files</summary> 📝 `flake.lock` (+60 -21) 📝 `flake.nix` (+11 -1) 📝 `hardening/bwraps/wechat.nix` (+20 -4) 📝 `home/base/core/shells/default.nix` (+1 -1) 📝 `home/base/gui/dev-tools.nix` (+14 -11) 📝 `home/base/gui/terminal/alacritty/default.nix` (+1 -1) 📝 `home/base/gui/terminal/foot.nix` (+1 -1) 📝 `home/base/tui/dev-tools.nix` (+4 -4) 📝 `home/base/tui/encryption/default.nix` (+1 -1) 📝 `home/linux/gui/base/creative.nix` (+57 -49) 📝 `home/linux/gui/base/media.nix` (+17 -15) 📝 `home/linux/gui/base/note-taking.nix` (+3 -3) 📝 `home/linux/gui/hyprland/values/wayland-apps.nix` (+1 -1) 📝 `hosts/12kingdoms-shoukei/README.md` (+2 -10) ➖ `hosts/12kingdoms-shoukei/apple-set-os-loader.nix` (+0 -61) ➖ `hosts/12kingdoms-shoukei/brcm-firmware/default.nix` (+0 -10) ➖ `hosts/12kingdoms-shoukei/brcm-firmware/firmware.tar.xz` (+0 -0) ➖ `hosts/12kingdoms-shoukei/brcm-firmware/flake.lock` (+0 -27) ➖ `hosts/12kingdoms-shoukei/brcm-firmware/flake.nix` (+0 -10) 📝 `hosts/12kingdoms-shoukei/default.nix` (+4 -16) _...and 40 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 04:21:57 +01:00
adam closed this issue 2025-12-29 04:21:57 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/nix-config-ryan4yin#200