[PR #74] [MERGED] feat: UEFI NixOS on aarch64(rk3588) #103

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

📋 Pull Request Information

Original PR: https://github.com/ryan4yin/nix-config/pull/74
Author: @ryan4yin
Created: 3/6/2024
Status: Merged
Merged: 3/7/2024
Merged by: @ryan4yin

Base: mainHead: update-aarch-riscv


📝 Commits (4)

  • 4d0741c feat: install nixos on orange pi 5 plus with edk2-rk3588(uefi)
  • 606b1d3 docs: add screenshot for orangepi5 & orangepi5 plus
  • fb9f757 docs: add other info for orangepi5 & orangepi5 plus
  • f12e5a4 fix: broken image link

📊 Changes

22 files changed (+691 additions, -29 deletions)

View changed files

📝 Justfile (+11 -3)
_img/2024-03-07_orangepi5_suzu.webp (+0 -0)
_img/2024-03-07_orangepi5plus_rakushun.webp (+0 -0)
📝 flake.lock (+41 -3)
hosts/12kingdoms_rakushun/README.md (+119 -0)
hosts/12kingdoms_rakushun/default.nix (+48 -0)
hosts/12kingdoms_rakushun/disko-fs.nix (+98 -0)
hosts/12kingdoms_rakushun/hardware-configuration.nix (+39 -0)
hosts/12kingdoms_suzu/README.md (+120 -0)
📝 hosts/12kingdoms_suzu/default.nix (+6 -2)
hosts/12kingdoms_suzu/disko-fs.nix (+98 -0)
hosts/12kingdoms_suzu/hardware-configuration.nix (+39 -0)
📝 hosts/README.md (+4 -5)
📝 modules/nixos/base/packages.nix (+1 -0)
📝 modules/nixos/server/server-aarch64.nix (+1 -0)
📝 modules/nixos/server/server-riscv64.nix (+3 -1)
📝 nixos-installer/README.md (+2 -2)
📝 nixos-installer/README.shoukei.md (+2 -2)
📝 systems/colmena.nix (+22 -7)
📝 systems/nixos.nix (+26 -1)

...and 2 more files

📄 Description

https://github.com/ryan4yin/nixos-rk3588/pull/19


🔄 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/74 **Author:** [@ryan4yin](https://github.com/ryan4yin) **Created:** 3/6/2024 **Status:** ✅ Merged **Merged:** 3/7/2024 **Merged by:** [@ryan4yin](https://github.com/ryan4yin) **Base:** `main` ← **Head:** `update-aarch-riscv` --- ### 📝 Commits (4) - [`4d0741c`](https://github.com/ryan4yin/nix-config/commit/4d0741c84153bf4b98b4a0a0e0ac92ecf3e9143d) feat: install nixos on orange pi 5 plus with edk2-rk3588(uefi) - [`606b1d3`](https://github.com/ryan4yin/nix-config/commit/606b1d341201e7fb1dd7910f7287d42446ee15bd) docs: add screenshot for orangepi5 & orangepi5 plus - [`fb9f757`](https://github.com/ryan4yin/nix-config/commit/fb9f75751980552b0a8cc2dcfdd0fd21e77e584f) docs: add other info for orangepi5 & orangepi5 plus - [`f12e5a4`](https://github.com/ryan4yin/nix-config/commit/f12e5a4293a1d2cd02ddcf87cd2651d842ce3942) fix: broken image link ### 📊 Changes **22 files changed** (+691 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `Justfile` (+11 -3) ➕ `_img/2024-03-07_orangepi5_suzu.webp` (+0 -0) ➕ `_img/2024-03-07_orangepi5plus_rakushun.webp` (+0 -0) 📝 `flake.lock` (+41 -3) ➕ `hosts/12kingdoms_rakushun/README.md` (+119 -0) ➕ `hosts/12kingdoms_rakushun/default.nix` (+48 -0) ➕ `hosts/12kingdoms_rakushun/disko-fs.nix` (+98 -0) ➕ `hosts/12kingdoms_rakushun/hardware-configuration.nix` (+39 -0) ➕ `hosts/12kingdoms_suzu/README.md` (+120 -0) 📝 `hosts/12kingdoms_suzu/default.nix` (+6 -2) ➕ `hosts/12kingdoms_suzu/disko-fs.nix` (+98 -0) ➕ `hosts/12kingdoms_suzu/hardware-configuration.nix` (+39 -0) 📝 `hosts/README.md` (+4 -5) 📝 `modules/nixos/base/packages.nix` (+1 -0) 📝 `modules/nixos/server/server-aarch64.nix` (+1 -0) 📝 `modules/nixos/server/server-riscv64.nix` (+3 -1) 📝 `nixos-installer/README.md` (+2 -2) 📝 `nixos-installer/README.shoukei.md` (+2 -2) 📝 `systems/colmena.nix` (+22 -7) 📝 `systems/nixos.nix` (+26 -1) _...and 2 more files_ </details> ### 📄 Description https://github.com/ryan4yin/nixos-rk3588/pull/19 --- <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:28 +01:00
adam closed this issue 2025-12-29 04:21:28 +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#103