From 8ddaa1c9dd45c62dd810597aa6d0abe6c7770169 Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Sun, 9 Nov 2025 02:39:43 -0600 Subject: [PATCH 1/3] doc: added more notes to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7d13298..a50813e 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,8 @@ nix multi user, multi system, configuration with `sops` secret management, `home - [ ] the choice of impermanence - [ ] storage module design - base impermanence compatibility and structure reason + - what does local vs persist mean in pool names (do we need a second layer? ephemeral, local, and persist? local exist only on this machine and is not backed up, persist is backed up to other machines (I think we need to redo the sops and torrent/media folders?)) + - plans to possibly support btrfs in the future - plans for home manager datasets - plans for auto systemd service datasets - [ ] plans to migrate to some kind of acl structure for user management From eb379816adc758207c4decdead031a56508002ab Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Wed, 12 Nov 2025 22:15:22 -0600 Subject: [PATCH 2/3] chore: added research note to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a50813e..d29ba58 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ nix multi user, multi system, configuration with `sops` secret management, `home - Look into this for npins https://jade.fyi/blog/pinning-nixos-with-npins/ - https://nixos-and-flakes.thiscute.world/ - proton mail now has an smtp server we could use that for our zfs and SMART test emails +- VR https://lvra.gitlab.io/docs/distros/nixos/ # Tasks: From 69a60155885b267619346be662f9181b2c6a2f6f Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Fri, 14 Nov 2025 22:36:31 -0600 Subject: [PATCH 3/3] feat: added friture package to eve --- configurations/home-manager/eve/packages.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configurations/home-manager/eve/packages.nix b/configurations/home-manager/eve/packages.nix index fb8d8a4..f650a70 100644 --- a/configurations/home-manager/eve/packages.nix +++ b/configurations/home-manager/eve/packages.nix @@ -19,6 +19,7 @@ in { with pkgs; [ gnomeExtensions.dash-to-panel claude-code + friture ] );