[PR #53] [MERGED] feat: nixos as a passby router, refactor the code #87

Closed
opened 2025-12-28 23:19:13 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ryan4yin/nix-config/pull/53
Author: @ryan4yin
Created: 1/28/2024
Status: Merged
Merged: 1/28/2024
Merged by: @ryan4yin

Base: mainHead: router


📝 Commits (1)

  • 22066db feat: passby router - aqua

📊 Changes

26 files changed (+542 additions, -176 deletions)

View changed files

📝 Justfile (+7 -6)
📝 hosts/12kingdoms_shoukei/default.nix (+6 -3)
📝 hosts/12kingdoms_suzu/default.nix (+7 -4)
📝 hosts/README.md (+4 -4)
📝 hosts/homelab_tailscale_gw/default.nix (+4 -4)
📝 hosts/idols_ai/default.nix (+3 -3)
hosts/idols_aquamarine/README.md (+10 -0)
hosts/idols_aquamarine/bypass-router.dae (+233 -0)
hosts/idols_aquamarine/dae.nix (+11 -0)
📝 hosts/idols_aquamarine/default.nix (+7 -3)
hosts/idols_aquamarine/home.nix (+0 -2)
hosts/idols_aquamarine/router.nix (+119 -0)
📝 hosts/idols_kana/default.nix (+3 -3)
hosts/idols_kana/home.nix (+0 -2)
📝 hosts/idols_ruby/default.nix (+3 -3)
hosts/idols_ruby/home.nix (+0 -2)
📝 hosts/rolling_girls_chiaya/default.nix (+3 -3)
📝 hosts/rolling_girls_nozomi/default.nix (+7 -4)
📝 hosts/rolling_girls_yukina/default.nix (+7 -4)
hosts/vars.nix (+0 -49)

...and 6 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/53 **Author:** [@ryan4yin](https://github.com/ryan4yin) **Created:** 1/28/2024 **Status:** ✅ Merged **Merged:** 1/28/2024 **Merged by:** [@ryan4yin](https://github.com/ryan4yin) **Base:** `main` ← **Head:** `router` --- ### 📝 Commits (1) - [`22066db`](https://github.com/ryan4yin/nix-config/commit/22066db41bbca6b567cc9b1ef5038a5f17919bef) feat: passby router - aqua ### 📊 Changes **26 files changed** (+542 additions, -176 deletions) <details> <summary>View changed files</summary> 📝 `Justfile` (+7 -6) 📝 `hosts/12kingdoms_shoukei/default.nix` (+6 -3) 📝 `hosts/12kingdoms_suzu/default.nix` (+7 -4) 📝 `hosts/README.md` (+4 -4) 📝 `hosts/homelab_tailscale_gw/default.nix` (+4 -4) 📝 `hosts/idols_ai/default.nix` (+3 -3) ➕ `hosts/idols_aquamarine/README.md` (+10 -0) ➕ `hosts/idols_aquamarine/bypass-router.dae` (+233 -0) ➕ `hosts/idols_aquamarine/dae.nix` (+11 -0) 📝 `hosts/idols_aquamarine/default.nix` (+7 -3) ➖ `hosts/idols_aquamarine/home.nix` (+0 -2) ➕ `hosts/idols_aquamarine/router.nix` (+119 -0) 📝 `hosts/idols_kana/default.nix` (+3 -3) ➖ `hosts/idols_kana/home.nix` (+0 -2) 📝 `hosts/idols_ruby/default.nix` (+3 -3) ➖ `hosts/idols_ruby/home.nix` (+0 -2) 📝 `hosts/rolling_girls_chiaya/default.nix` (+3 -3) 📝 `hosts/rolling_girls_nozomi/default.nix` (+7 -4) 📝 `hosts/rolling_girls_yukina/default.nix` (+7 -4) ➖ `hosts/vars.nix` (+0 -49) _...and 6 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-28 23:19:13 +01:00
adam closed this issue 2025-12-28 23:19:13 +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#87