doc: Update todo list

This commit is contained in:
Madeleine Sydney
2024-12-31 12:00:36 -07:00
parent c5c9907374
commit dfa5d6625b

View File

@@ -301,6 +301,8 @@ https://discourse.nixos.org/t/what-to-do-with-a-full-boot-partition/2049
- If neither are available, use ~nix run nixpkgs#nvim~
- If this fails, try ~nano~.
*** TODO =rage-edit=
*** TODO ~forget-host HOST~
Remove a given host from =~/.ssh/known_hosts=. Something like =sed -i -e '/192.168.122.54/d' .ssh/known_hosts=.