removed completed tasks from README.md

This commit is contained in:
Leyla Becker 2025-01-05 10:46:43 -06:00
parent 89f2ada233
commit 81a1c9cc3f

View file

@ -41,7 +41,6 @@ nix multi user, multi system, configuration with `sops` secret management, `home
## Research topics ## Research topics
- Look into this for auto rotating sops keys `https://technotim.live/posts/rotate-sops-encryption-keys/` - Look into this for auto rotating sops keys `https://technotim.live/posts/rotate-sops-encryption-keys/`
- Look into this for openssh known configurations https://search.nixos.org/options?channel=unstable&from=0&size=15&sort=alpha_asc&type=packages&query=services.openssh
- Look into this for flake templates https://nix.dev/manual/nix/2.22/command-ref/new-cli/nix3-flake-init - Look into this for flake templates https://nix.dev/manual/nix/2.22/command-ref/new-cli/nix3-flake-init
- Look into this for headscale https://carlosvaz.com/posts/setting-up-headscale-on-nixos/ - Look into this for headscale https://carlosvaz.com/posts/setting-up-headscale-on-nixos/
- https://nixos-and-flakes.thiscute.world/ - https://nixos-and-flakes.thiscute.world/
@ -50,7 +49,6 @@ nix multi user, multi system, configuration with `sops` secret management, `home
## Tech Debt ## Tech Debt
- monitor configuration in `~/.config/monitors.xml` should be sym linked to `/run/gdm/.config/monitors.xml` (https://www.reddit.com/r/NixOS/comments/u09cz9/home_manager_create_my_own_symlinks_automatically/) - monitor configuration in `~/.config/monitors.xml` should be sym linked to `/run/gdm/.config/monitors.xml` (https://www.reddit.com/r/NixOS/comments/u09cz9/home_manager_create_my_own_symlinks_automatically/)
- move applications in `defiant/services.nix` into their own modules
- syncthing password - syncthing password
## New Features ## New Features
- offline access for nfs mounts (overlay with rsync might be a good option here? https://www.spinics.net/lists/linux-unionfs/msg07105.html note about nfs4 and overlay fs) - offline access for nfs mounts (overlay with rsync might be a good option here? https://www.spinics.net/lists/linux-unionfs/msg07105.html note about nfs4 and overlay fs)
@ -58,7 +56,6 @@ nix multi user, multi system, configuration with `sops` secret management, `home
- samba mounts - samba mounts
- figure out steam vr things? - figure out steam vr things?
- Open GL? - Open GL?
- openssh known hosts
- rotate sops encryption keys periodically (and somehow sync between devices?) - rotate sops encryption keys periodically (and somehow sync between devices?)
- zfs email after scrubbing - zfs email after scrubbing
- tail scale clients - tail scale clients