moved tasks into README
This commit is contained in:
parent
e028eeeca3
commit
8232ae338c
18
README.md
18
README.md
|
@ -26,3 +26,21 @@ 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
|
||||
|
||||
> 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?
|
13
tasks.txt
13
tasks.txt
|
@ -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
|
Loading…
Reference in a new issue