moved tasks into README

This commit is contained in:
Leyla Becker 2024-09-03 01:15:01 -05:00
parent e028eeeca3
commit 8232ae338c
2 changed files with 19 additions and 14 deletions

View file

@ -25,4 +25,22 @@ TODO: keys.txt should prob be readable by owning user only?
> how the current config was set up https://www.youtube.com/watch?v=G5f6GC7SnhU > how the current config was set up https://www.youtube.com/watch?v=G5f6GC7SnhU
> look into this? `https://technotim.live/posts/rotate-sops-encryption-keys/` > look into this? `https://technotim.live/posts/rotate-sops-encryption-keys/`
# Tasks:
## Tech Debt
- allowUnfree should be dynamically enabled by the users whenever they need them
- GNOME default monitors per hardware configuration?
- graphics driver things should prob be in the hardware-configuration.nix
- what does `boot.kernelModules = [ "sg" ]` do?
- sops.age.keyFile should not just be hard coded to leyla?
- isThinInstallation -> isThinUser
## New Features
- openssh configuration for server
- VS code extensions should be installed declaratively
- Flake templates
- Install all the things on the NAS
- firefox declarative???
- figure out steam vr things?
- Open GL?

View file

@ -1,13 +0,0 @@
1. Open GL?
2. allowUnfree should be dynamically enabled by the users whenever they need them
3. graphics driver things should prob be in the hardware-configuration.nix
4. what does `boot.kernelModules = [ "sg" ]` do?
5. sops.age.keyFile should not just be hard coded to leyla?
6. openssh configuration for server
7. isThinInstallation -> isThinUser
8. VS code extensions should be installed declaratively
9. firefox declarative???
10. figure out steam vr things?
11. GNOME default monitors per hardware configuration?
12. Install all the things on the NAS
13. Flake templates