Update README
This commit is contained in:
parent
06922199ea
commit
e501e2a050
2 changed files with 8 additions and 8 deletions
|
@ -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 |
|
| backups-rpi4 | Japan Raspberry Pi 4 for backups from nuc-server | Done |
|
||||||
| framework-server | sysctl.io - main server, framework 13th gen mainboard | 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-framework | My AMD Framework 13 laptop | Done |
|
||||||
| nixos-vm-01 | A NixOS VM used for testing | Done |
|
| nixos-vm-01 | A NixOS VM used for testing | Done |
|
||||||
| nuc-server | Second NUC server at my brothers house | On Hold |
|
| 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
|
* [ ] 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/
|
||||||
* [ ] Podman mgiration - Potentially use nix-defined containers.
|
* [ ] Podman mgiration - Potentially use nix-defined containers.
|
||||||
* [ ] Check if other machines can auth to ssh-luks connection
|
|
||||||
|
|
||||||
## Packaging
|
## Packaging
|
||||||
* [ ] Try packaging BoxBuddy - [Link](https://github.com/Dvlv/BoxBuddyRS)
|
* [ ] Try packaging BoxBuddy - [Link](https://github.com/Dvlv/BoxBuddyRS)
|
||||||
|
|
||||||
## General
|
## General
|
||||||
* [ ] Look into NixOS Containers - [Link](https://nixos.wiki/wiki/NixOS_Containers)
|
|
||||||
* [ ] nixified.ai - https://github.com/nixified-ai/flake
|
* [ ] nixified.ai - https://github.com/nixified-ai/flake
|
||||||
* [ ] Try lazy.vim - [Link](https://www.lazyvim.org/)
|
|
||||||
* [ ] Security hardening / scans / etc
|
* [ ] Security hardening / scans / etc
|
||||||
* [ ] Edit the hosts file/config/workspace/nix/home-manager/common/software/cli/themes
|
* [ ] Edit the hosts file/config/workspace/nix/home-manager/common/software/cli/themes
|
||||||
* [ ] Replace RSA keys with ED25519 keys where possible
|
* [ ] Replace RSA keys with ED25519 keys where possible
|
||||||
|
@ -66,9 +63,6 @@ nix develop -c /etc/nixos/git/docs/setup.sh
|
||||||
## Home-Manager
|
## Home-Manager
|
||||||
* [ ] Figure out what the home-manager `account` options are for.
|
* [ ] 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'
|
* [ ] 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
|
## Desktop / GUI
|
||||||
* [ ] Syncthing + Logseq
|
* [ ] 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)
|
* [ ] Try this - Nix colors - [Link](https://github.com/Misterio77/nix-colors)
|
||||||
* [ ] 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)
|
|
||||||
* [ ] xfce4 configs - `~/.config/xfce4`
|
* [ ] xfce4 configs - `~/.config/xfce4`
|
||||||
|
|
||||||
Completed ToDo List [here](docs/complete.md)
|
Completed ToDo List [here](docs/complete.md)
|
||||||
|
|
|
@ -126,3 +126,10 @@
|
||||||
* [x] Try Distorbox - [Link](https://distrobox.it/)
|
* [x] Try Distorbox - [Link](https://distrobox.it/)
|
||||||
* [x] Fix Gotify notifications (Jellyfin)
|
* [x] Fix Gotify notifications (Jellyfin)
|
||||||
* [x] Add a /Storage btrfs subvolume for Docker
|
* [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)
|
||||||
|
|
Loading…
Reference in a new issue