Update README

This commit is contained in:
iFargle 2024-01-02 10:04:07 +09:00
parent 06922199ea
commit e501e2a050
2 changed files with 8 additions and 8 deletions

View file

@ -25,7 +25,7 @@ nix develop -c /etc/nixos/git/docs/setup.sh
| ----------------- | ----------------------------------------------------- | -------- |
| backups-rpi4 | Japan Raspberry Pi 4 for backups from nuc-server | Done |
| framework-server | sysctl.io - main server, framework 13th gen mainboard | Done |
| nixos-desktop | My main desktop | - |
| nixos-desktop | My main desktop | Done |
| nixos-framework | My AMD Framework 13 laptop | Done |
| nixos-vm-01 | A NixOS VM used for testing | Done |
| nuc-server | Second NUC server at my brothers house | On Hold |
@ -47,15 +47,12 @@ nix develop -c /etc/nixos/git/docs/setup.sh
* [ ] Need to set up a new PGP key for use with ProtonMail
* [ ] Try this https://www.ntop.org/products/traffic-analysis/ntop/
* [ ] Podman mgiration - Potentially use nix-defined containers.
* [ ] Check if other machines can auth to ssh-luks connection
## Packaging
* [ ] Try packaging BoxBuddy - [Link](https://github.com/Dvlv/BoxBuddyRS)
## General
* [ ] Look into NixOS Containers - [Link](https://nixos.wiki/wiki/NixOS_Containers)
* [ ] nixified.ai - https://github.com/nixified-ai/flake
* [ ] Try lazy.vim - [Link](https://www.lazyvim.org/)
* [ ] Security hardening / scans / etc
* [ ] Edit the hosts file/config/workspace/nix/home-manager/common/software/cli/themes
* [ ] Replace RSA keys with ED25519 keys where possible
@ -66,9 +63,6 @@ nix develop -c /etc/nixos/git/docs/setup.sh
## Home-Manager
* [ ] Figure out what the home-manager `account` options are for.
* [ ] home-manager/common/software/cli/bash.nix - Break this out for theming -- Currently statically set to 'gruvbox'
* [ ] emacs
* [ ] Add bracket auto-completion
* [ ] Find a way to have magit save login credentials
## Desktop / GUI
* [ ] Syncthing + Logseq
@ -81,7 +75,6 @@ nix develop -c /etc/nixos/git/docs/setup.sh
* [ ] Try this - Nix colors - [Link](https://github.com/Misterio77/nix-colors)
* [ ] Or this - stylix - [Link](https://github.com/danth/stylix)
* [ ] Find a way to remove all default search engines in Firefox (Google, Amazon, etc)
* [ ] Try out kde2nix - [Link](https://github.com/nix-community/kde2nix)
* [ ] xfce4 configs - `~/.config/xfce4`
Completed ToDo List [here](docs/complete.md)

View file

@ -126,3 +126,10 @@
* [x] Try Distorbox - [Link](https://distrobox.it/)
* [x] Fix Gotify notifications (Jellyfin)
* [x] Add a /Storage btrfs subvolume for Docker
* [x] Try lazy.vim - [Link](https://www.lazyvim.org/)
* [x] Look into NixOS Containers - [Link](https://nixos.wiki/wiki/NixOS_Containers)
* [x] Check if other machines can auth to ssh-luks connection
* [x] emacs
* [x] Add bracket auto-completion
* [x] Find a way to have magit save login credentials
* [x] Try out kde2nix - [Link](https://github.com/nix-community/kde2nix)