[PR #198] [MERGED] feat: replace impermanence with preservation #204

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

📋 Pull Request Information

Original PR: https://github.com/ryan4yin/nix-config/pull/198
Author: @ryan4yin
Created: 6/29/2025
Status: Merged
Merged: 6/29/2025
Merged by: @ryan4yin

Base: mainHead: preservation


📝 Commits (6)

  • 48a5c61 feat: replace impermanence with preservation
  • ece8346 fix: This module cannot be used with scripted initrd.
  • 966b47f fix: permission for /var/lib/private
  • 324d837 chore: boot.initrd.systemd.enable
  • 15e45d0 docs: boot.initrd.luks.devices..fallbackToPassword is implied by systemd stage 1
  • b8b100b fix: typo

📊 Changes

15 files changed (+382 additions, -219 deletions)

View changed files

📝 flake.lock (+16 -0)
📝 flake.nix (+1 -0)
📝 hosts/12kingdoms-shoukei/default.nix (+1 -1)
📝 hosts/idols-ai/default.nix (+1 -1)
hosts/idols-ai/impermanence.nix (+0 -207)
hosts/idols-ai/preservation.nix (+348 -0)
📝 hosts/k8s/kubevirt-shoryu/impermanence.nix (+5 -0)
📝 modules/nixos/desktop/remote-desktop/tailscale.nix (+1 -1)
📝 nixos-installer/flake.nix (+2 -2)
📝 outputs/x86_64-linux/src/12kingdoms-shoukei.nix (+1 -1)
📝 outputs/x86_64-linux/src/idols-ai.nix (+1 -1)
📝 outputs/x86_64-linux/src/kubevirt-shoryu.nix (+1 -1)
📝 outputs/x86_64-linux/src/kubevirt-shushou.nix (+1 -1)
📝 outputs/x86_64-linux/src/kubevirt-youko.nix (+1 -1)
📝 secrets/nixos.nix (+2 -2)

📄 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/198 **Author:** [@ryan4yin](https://github.com/ryan4yin) **Created:** 6/29/2025 **Status:** ✅ Merged **Merged:** 6/29/2025 **Merged by:** [@ryan4yin](https://github.com/ryan4yin) **Base:** `main` ← **Head:** `preservation` --- ### 📝 Commits (6) - [`48a5c61`](https://github.com/ryan4yin/nix-config/commit/48a5c61613c19347ecb3bbceeb6d47c645b351b8) feat: replace impermanence with preservation - [`ece8346`](https://github.com/ryan4yin/nix-config/commit/ece8346dbd3a5f4a737c85e34910040a4b6e0713) fix: This module cannot be used with scripted initrd. - [`966b47f`](https://github.com/ryan4yin/nix-config/commit/966b47fb03ac919b41fc97cc117b645b973b917f) fix: permission for /var/lib/private - [`324d837`](https://github.com/ryan4yin/nix-config/commit/324d837b0fc63f3adb338561303091aa2598b348) chore: boot.initrd.systemd.enable - [`15e45d0`](https://github.com/ryan4yin/nix-config/commit/15e45d006dd31a04c59a26f7af09db37e1bafdbe) docs: boot.initrd.luks.devices.<name>.fallbackToPassword is implied by systemd stage 1 - [`b8b100b`](https://github.com/ryan4yin/nix-config/commit/b8b100b4da7b1aa809d625da7e858c8aa2ae56c5) fix: typo ### 📊 Changes **15 files changed** (+382 additions, -219 deletions) <details> <summary>View changed files</summary> 📝 `flake.lock` (+16 -0) 📝 `flake.nix` (+1 -0) 📝 `hosts/12kingdoms-shoukei/default.nix` (+1 -1) 📝 `hosts/idols-ai/default.nix` (+1 -1) ➖ `hosts/idols-ai/impermanence.nix` (+0 -207) ➕ `hosts/idols-ai/preservation.nix` (+348 -0) 📝 `hosts/k8s/kubevirt-shoryu/impermanence.nix` (+5 -0) 📝 `modules/nixos/desktop/remote-desktop/tailscale.nix` (+1 -1) 📝 `nixos-installer/flake.nix` (+2 -2) 📝 `outputs/x86_64-linux/src/12kingdoms-shoukei.nix` (+1 -1) 📝 `outputs/x86_64-linux/src/idols-ai.nix` (+1 -1) 📝 `outputs/x86_64-linux/src/kubevirt-shoryu.nix` (+1 -1) 📝 `outputs/x86_64-linux/src/kubevirt-shushou.nix` (+1 -1) 📝 `outputs/x86_64-linux/src/kubevirt-youko.nix` (+1 -1) 📝 `secrets/nixos.nix` (+2 -2) </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:43 +01:00
adam closed this issue 2025-12-28 23:19:43 +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#204