Update README

This commit is contained in:
iFargle 2023-12-28 13:12:06 +09:00
parent 6b4e8c6953
commit 194e2c1ab8
2 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,6 @@ nix develop -c /etc/nixos/git/docs/setup.sh
--- ---
# Host Specific # Host Specific
## framework-server To Do List ## framework-server To Do List
* [x] Fix Gotify notifications (Jellyfin)
* [ ] Add a /Storage btrfs subvolume for Docker * [ ] Add a /Storage btrfs subvolume for Docker
* [ ] Need to set up a new PGP key for use with ProtonMail * [ ] Need to set up a new PGP key for use with ProtonMail
* [ ] Try this https://www.ntop.org/products/traffic-analysis/ntop/ * [ ] Try this https://www.ntop.org/products/traffic-analysis/ntop/
@ -40,7 +39,6 @@ nix develop -c /etc/nixos/git/docs/setup.sh
* [ ] Try lazy.vim - [Link](https://www.lazyvim.org/) * [ ] Try lazy.vim - [Link](https://www.lazyvim.org/)
* [ ] Security hardening / scans / etc * [ ] Security hardening / scans / etc
* [ ] Edit the hosts file * [ ] Edit the hosts file
* [ ] Try Distorbox - [Link](https://distrobox.it/)
## Forgejo ## Forgejo
* [ ] Set up actions/forgejo-release - [Link](https://code.forgejo.org/actions/forgejo-release) * [ ] Set up actions/forgejo-release - [Link](https://code.forgejo.org/actions/forgejo-release)
@ -51,7 +49,6 @@ nix develop -c /etc/nixos/git/docs/setup.sh
* [ ] emacs * [ ] emacs
* [ ] Add bracket auto-completion * [ ] Add bracket auto-completion
* [ ] Find a way to have magit save login credentials * [ ] Find a way to have magit save login credentials
* [ ] xfce4 configs - `~/.config/xfce4`
# Desktop / GUI To Do List # Desktop / GUI To Do List
* [ ] vscodium and user-config.js file? * [ ] vscodium and user-config.js file?
@ -64,6 +61,7 @@ nix develop -c /etc/nixos/git/docs/setup.sh
* [ ] Or this - stylix - [Link](https://github.com/danth/stylix) * [ ] Or this - stylix - [Link](https://github.com/danth/stylix)
* [ ] Find a way to remove all default search engines in Firefox (Google, Amazon, etc) * [ ] Find a way to remove all default search engines in Firefox (Google, Amazon, etc)
* [ ] Try out kde2nix - [Link](https://github.com/nix-community/kde2nix) * [ ] Try out kde2nix - [Link](https://github.com/nix-community/kde2nix)
* [ ] xfce4 configs - `~/.config/xfce4`
Completed ToDo List [here](docs/complete.md) Completed ToDo List [here](docs/complete.md)

View file

@ -123,3 +123,5 @@
* [x] Try to set up an action for Gotify notifications on failures - [Link](https://git.sysctl.io/actions/gotify) * [x] Try to set up an action for Gotify notifications on failures - [Link](https://git.sysctl.io/actions/gotify)
* [x] reinstall / re-configure snapper * [x] reinstall / re-configure snapper
* [x] Move DNS resolution for internal things to internal pihole server * [x] Move DNS resolution for internal things to internal pihole server
* [x] Try Distorbox - [Link](https://distrobox.it/)
* [x] Fix Gotify notifications (Jellyfin)