[PR #104] [MERGED] feat: migrate some hosts to microvm #131

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

📋 Pull Request Information

Original PR: https://github.com/ryan4yin/nix-config/pull/104
Author: @ryan4yin
Created: 3/23/2024
Status: Merged
Merged: 3/25/2024
Merged by: @ryan4yin

Base: mainHead: migrate-services


📝 Commits (2)

  • 53d3901 feat: dae - arm64 microvm
  • 5078309 fix: rekey secrets for microvm - suzi

📊 Changes

13 files changed (+1269 additions, -101 deletions)

View changed files

📝 flake.lock (+451 -86)
📝 flake.nix (+9 -4)
📝 hosts/12kingdoms-suzu/default.nix (+6 -6)
hosts/12kingdoms-suzu/microvm-host.nix (+92 -0)
hosts/12kingdoms-suzu/microvm.md (+37 -0)
hosts/12kingdoms-suzu/networking.nix (+49 -0)
hosts/12kingdoms-suzu/router/README.md (+48 -0)
hosts/12kingdoms-suzu/router/config.dae (+320 -0)
hosts/12kingdoms-suzu/router/dae.nix (+56 -0)
hosts/12kingdoms-suzu/router/default.nix (+3 -0)
hosts/12kingdoms-suzu/router/networking.nix (+184 -0)
📝 outputs/aarch64-linux/src/12kingdoms-suzu.nix (+10 -5)
📝 vars/networking.nix (+4 -0)

📄 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/104 **Author:** [@ryan4yin](https://github.com/ryan4yin) **Created:** 3/23/2024 **Status:** ✅ Merged **Merged:** 3/25/2024 **Merged by:** [@ryan4yin](https://github.com/ryan4yin) **Base:** `main` ← **Head:** `migrate-services` --- ### 📝 Commits (2) - [`53d3901`](https://github.com/ryan4yin/nix-config/commit/53d3901e9a5e9980840d28e81e39357f6c9e629f) feat: dae - arm64 microvm - [`5078309`](https://github.com/ryan4yin/nix-config/commit/50783093c583fc5a03c52173183e5ca9babb52e0) fix: rekey secrets for microvm - suzi ### 📊 Changes **13 files changed** (+1269 additions, -101 deletions) <details> <summary>View changed files</summary> 📝 `flake.lock` (+451 -86) 📝 `flake.nix` (+9 -4) 📝 `hosts/12kingdoms-suzu/default.nix` (+6 -6) ➕ `hosts/12kingdoms-suzu/microvm-host.nix` (+92 -0) ➕ `hosts/12kingdoms-suzu/microvm.md` (+37 -0) ➕ `hosts/12kingdoms-suzu/networking.nix` (+49 -0) ➕ `hosts/12kingdoms-suzu/router/README.md` (+48 -0) ➕ `hosts/12kingdoms-suzu/router/config.dae` (+320 -0) ➕ `hosts/12kingdoms-suzu/router/dae.nix` (+56 -0) ➕ `hosts/12kingdoms-suzu/router/default.nix` (+3 -0) ➕ `hosts/12kingdoms-suzu/router/networking.nix` (+184 -0) 📝 `outputs/aarch64-linux/src/12kingdoms-suzu.nix` (+10 -5) 📝 `vars/networking.nix` (+4 -0) </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:39 +01:00
adam closed this issue 2025-12-29 04:21:39 +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#131