diff --git a/TODO.md b/TODO.md index b4a7902e..39b4fb22 100644 --- a/TODO.md +++ b/TODO.md @@ -2,7 +2,6 @@ - `rmDbusServices` may break sandboxing - e.g. if the package ships a systemd unit which references $out, then make-sandboxed won't properly update that unit. - `rmDbusServicesInPlace` is not affected -- moby: touchscreen input is still enabled when screen is off - when moby wlan is explicitly set down (via ip link set wlan0 down), /var/lib/trust-dns/dhcp-configs doesn't get reset - `ip monitor` can detect those manual link state changes (NM-dispatcher it seems cannot) - or try dnsmasq? @@ -78,6 +77,7 @@ - it adds like 50-70ms launch time _on my laptop_. i'd hate to know how much that is on the pinephone. - make dconf stuff less monolithic - i.e. per-app dconf profiles for those which need it. possible static config. + - flatpak/spectrum has some stuff to proxy dconf per-app - canaries for important services - e.g. daily email checks; daily backup checks - integrate `nix check` into Gitea actions?