From 8232ae338c6004aa493972d9721e588dee615eb5 Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Tue, 3 Sep 2024 01:15:01 -0500 Subject: [PATCH] moved tasks into README --- README.md | 20 +++++++++++++++++++- tasks.txt | 13 ------------- 2 files changed, 19 insertions(+), 14 deletions(-) delete mode 100644 tasks.txt diff --git a/README.md b/README.md index 706b38f..7cd1f81 100644 --- a/README.md +++ b/README.md @@ -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 -> look into this? `https://technotim.live/posts/rotate-sops-encryption-keys/` \ No newline at end of file +> 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? \ No newline at end of file diff --git a/tasks.txt b/tasks.txt deleted file mode 100644 index 07ce8ca..0000000 --- a/tasks.txt +++ /dev/null @@ -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 \ No newline at end of file