From 073ee05240faaeb949260792b4ed34f393b5d590 Mon Sep 17 00:00:00 2001 From: reidlab Date: Fri, 18 Aug 2023 00:03:11 -0700 Subject: [PATCH] update readme --- readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 0275bf9..9eb9296 100755 --- a/readme.md +++ b/readme.md @@ -4,7 +4,10 @@ Nix Flake dotfiles used on my server. ## Todo -* Fix high memory usage on gitea, this may be something with using argon2 as my hashing algorythm? +* Fix high memory usage on gitea, this may be something with using Argon2? [source](https://discourse.gitea.io/t/how-to-reduce-memory-usage/2947/3) +* Make it so our secrets consist upon reboot (currently just our wifi password, have to set every reboot) (maybe with [Agenix](https://github.com/ryantm/agenix) + [Age](https://github.com/FiloSottile/age)? +* Make everything __modular__. +* Fix systemd output only showing ONE message on the HDMI output. [related issue](https://github.com/NixOS/nixpkgs/issues/179701) ## Development