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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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:
main← Head:aarch-tmpfs-on-root📝 Commits (1)
5ed77b7feat: 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,@liband@hometo@persistent, and deleted them after finish the migration.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.