[PR #75] [MERGED] feat: aarch64 - tmpfs on root + impermanence #104

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/75
Author: @ryan4yin
Created: 3/7/2024
Status: Merged
Merged: 3/7/2024
Merged by: @ryan4yin

Base: mainHead: aarch-tmpfs-on-root


📝 Commits (1)

  • 5ed77b7 feat: aarch64 - tmpfs on root + impermanence

📊 Changes

8 files changed (+255 additions, -36 deletions)

View changed files

📝 hosts/12kingdoms_rakushun/README.md (+32 -2)
📝 hosts/12kingdoms_rakushun/default.nix (+2 -1)
📝 hosts/12kingdoms_rakushun/disko-fs.nix (+19 -15)
hosts/12kingdoms_rakushun/impermanence.nix (+75 -0)
📝 hosts/12kingdoms_suzu/README.md (+31 -2)
📝 hosts/12kingdoms_suzu/default.nix (+2 -1)
📝 hosts/12kingdoms_suzu/disko-fs.nix (+19 -15)
hosts/12kingdoms_suzu/impermanence.nix (+75 -0)

📄 Description

Did some dirty works to migrate data from my btrfs's @root, @lib and @home to @persistent, and deleted them after finish the migration.

$ btrfs subvolume list .
ID 259 gen 232 top level 5 path @nix
ID 261 gen 15 top level 5 path @snapshots
ID 262 gen 104 top level 5 path @swap
ID 271 gen 232 top level 5 path @tmp
ID 279 gen 245 top level 5 path @persistent

🔄 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/75 **Author:** [@ryan4yin](https://github.com/ryan4yin) **Created:** 3/7/2024 **Status:** ✅ Merged **Merged:** 3/7/2024 **Merged by:** [@ryan4yin](https://github.com/ryan4yin) **Base:** `main` ← **Head:** `aarch-tmpfs-on-root` --- ### 📝 Commits (1) - [`5ed77b7`](https://github.com/ryan4yin/nix-config/commit/5ed77b764f6dfc3bc811945f9403effe74c67804) feat: aarch64 - tmpfs on root + impermanence ### 📊 Changes **8 files changed** (+255 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `hosts/12kingdoms_rakushun/README.md` (+32 -2) 📝 `hosts/12kingdoms_rakushun/default.nix` (+2 -1) 📝 `hosts/12kingdoms_rakushun/disko-fs.nix` (+19 -15) ➕ `hosts/12kingdoms_rakushun/impermanence.nix` (+75 -0) 📝 `hosts/12kingdoms_suzu/README.md` (+31 -2) 📝 `hosts/12kingdoms_suzu/default.nix` (+2 -1) 📝 `hosts/12kingdoms_suzu/disko-fs.nix` (+19 -15) ➕ `hosts/12kingdoms_suzu/impermanence.nix` (+75 -0) </details> ### 📄 Description Did some dirty works to migrate data from my btrfs's `@root`, `@lib` and `@home` to `@persistent`, and deleted them after finish the migration. ``` $ btrfs subvolume list . ID 259 gen 232 top level 5 path @nix ID 261 gen 15 top level 5 path @snapshots ID 262 gen 104 top level 5 path @swap ID 271 gen 232 top level 5 path @tmp ID 279 gen 245 top level 5 path @persistent ``` --- <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#104