storage-refactor #9

Open
jan-leila wants to merge 40 commits from storage-refactor into main
2 changed files with 4 additions and 0 deletions
Showing only changes of commit 57fba596c2 - Show all commits

View file

@ -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:
@ -56,6 +57,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

View file

@ -19,6 +19,7 @@ in {
with pkgs; [
gnomeExtensions.dash-to-panel
claude-code
friture
]
);