[PR #60] [MERGED] feat: bypass router #92

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

📋 Pull Request Information

Original PR: https://github.com/ryan4yin/nix-config/pull/60
Author: @ryan4yin
Created: 2/16/2024
Status: Merged
Merged: 2/16/2024
Merged by: @ryan4yin

Base: mainHead: bypass-router


📝 Commits (3)

📊 Changes

27 files changed (+886 additions, -400 deletions)

View changed files

📝 Justfile (+4 -4)
📝 README.md (+1 -1)
📝 flake.lock (+305 -64)
📝 flake.nix (+2 -0)
📝 home/base/server/core.nix (+2 -35)
📝 home/linux/base/system-tools.nix (+0 -20)
📝 hosts/12kingdoms_shoukei/default.nix (+1 -1)
📝 hosts/homelab_tailscale_gw/default.nix (+1 -0)
hosts/homelab_tailscale_gw/proxy.nix (+31 -0)
📝 hosts/idols_aquamarine/README.md (+12 -1)
📝 hosts/idols_aquamarine/config.dae (+153 -69)
📝 hosts/idols_aquamarine/dae.nix (+48 -2)
📝 hosts/idols_aquamarine/default.nix (+2 -14)
📝 hosts/idols_aquamarine/router.nix (+68 -25)
📝 hosts/idols_kana/default.nix (+1 -1)
📝 hosts/idols_ruby/README.md (+1 -1)
📝 hosts/idols_ruby/default.nix (+1 -1)
📝 modules/nixos/base/misc.nix (+47 -5)
📝 modules/nixos/base/networking.nix (+15 -0)
modules/nixos/base/virtualisation.nix (+0 -25)

...and 7 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/60 **Author:** [@ryan4yin](https://github.com/ryan4yin) **Created:** 2/16/2024 **Status:** ✅ Merged **Merged:** 2/16/2024 **Merged by:** [@ryan4yin](https://github.com/ryan4yin) **Base:** `main` ← **Head:** `bypass-router` --- ### 📝 Commits (3) - [`fa5aaf4`](https://github.com/ryan4yin/nix-config/commit/fa5aaf4f972fc9e5a8b9db9612db55991858007a) feat: set https proxy for nix daemon - [`7cbff9e`](https://github.com/ryan4yin/nix-config/commit/7cbff9ef3bbc0f26c04d5d023371401403d33f01) feat: dae - [`ae238d4`](https://github.com/ryan4yin/nix-config/commit/ae238d401ddaeffa99c7ed696875b43460720c27) fix: bypass router ### 📊 Changes **27 files changed** (+886 additions, -400 deletions) <details> <summary>View changed files</summary> 📝 `Justfile` (+4 -4) 📝 `README.md` (+1 -1) 📝 `flake.lock` (+305 -64) 📝 `flake.nix` (+2 -0) 📝 `home/base/server/core.nix` (+2 -35) 📝 `home/linux/base/system-tools.nix` (+0 -20) 📝 `hosts/12kingdoms_shoukei/default.nix` (+1 -1) 📝 `hosts/homelab_tailscale_gw/default.nix` (+1 -0) ➕ `hosts/homelab_tailscale_gw/proxy.nix` (+31 -0) 📝 `hosts/idols_aquamarine/README.md` (+12 -1) 📝 `hosts/idols_aquamarine/config.dae` (+153 -69) 📝 `hosts/idols_aquamarine/dae.nix` (+48 -2) 📝 `hosts/idols_aquamarine/default.nix` (+2 -14) 📝 `hosts/idols_aquamarine/router.nix` (+68 -25) 📝 `hosts/idols_kana/default.nix` (+1 -1) 📝 `hosts/idols_ruby/README.md` (+1 -1) 📝 `hosts/idols_ruby/default.nix` (+1 -1) 📝 `modules/nixos/base/misc.nix` (+47 -5) 📝 `modules/nixos/base/networking.nix` (+15 -0) ➖ `modules/nixos/base/virtualisation.nix` (+0 -25) _...and 7 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:15 +01:00
adam closed this issue 2025-12-28 23:19:15 +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#92