From 23411ed973a832b3bcf8af60794df1182b43d158 Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 5 Feb 2024 18:33:03 +0000 Subject: [PATCH] todo.md: make dconf stuff less monolithic --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.md b/TODO.md index 2d131928..9a3ece44 100644 --- a/TODO.md +++ b/TODO.md @@ -55,6 +55,8 @@ - - remove `.ssh` access from Firefox! - limit access to `~/private/knowledge/secrets` through an agent that requires GUI approval, so a firefox exploit can't steal all my logins +- make dconf stuff less monolithic + - i.e. per-app dconf profiles for those which need it. possible static config. - canaries for important services - e.g. daily email checks; daily backup checks - integrate `nix check` into Gitea actions?