From 9f7e143d5e54ed542bf6db8c81c62fcf8fdb3c76 Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 1 Jun 2024 12:38:28 +0000 Subject: [PATCH] todo.md: add some kernel work to be done --- TODO.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO.md b/TODO.md index 1959c08e..37079f07 100644 --- a/TODO.md +++ b/TODO.md @@ -53,6 +53,9 @@ ## IMPROVEMENTS: - systemd/journalctl: use a less shit pager - there's an env var for it: SYSTEMD_PAGER? and a flag for journalctl +- kernels: ship the same kernel on every machine + - then i can tune the kernels for hardening, without duplicating that work 4 times +- zfs: replace this with something which doesn't require a custom kernel build ### security/resilience - validate duplicity backups!