Update README
All checks were successful
build-linode-img / build-linode-img (push) Successful in 3m29s
All checks were successful
build-linode-img / build-linode-img (push) Successful in 3m29s
This commit is contained in:
parent
2040c45189
commit
2e8e407fba
2 changed files with 15 additions and 7 deletions
19
README.md
19
README.md
|
@ -16,7 +16,8 @@ nix develop -c /etc/nixos/git/docs/setup.sh
|
||||||
|
|
||||||
![Gruv'd Hyprland](./docs/screenshot.png "Hyprland with a Gruvboxy theme")
|
![Gruv'd Hyprland](./docs/screenshot.png "Hyprland with a Gruvboxy theme")
|
||||||
---
|
---
|
||||||
# framework-server ToDo List
|
# Host Specific
|
||||||
|
## framework-server ToDo List
|
||||||
* [ ] Add a /Storage btrfs subvolume for Docker
|
* [ ] Add a /Storage btrfs subvolume for Docker
|
||||||
* [ ] Potentially need to set up a new PGP key for use with ProtonMail
|
* [ ] Potentially 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/
|
||||||
|
@ -24,25 +25,31 @@ nix develop -c /etc/nixos/git/docs/setup.sh
|
||||||
* [ ] Split docker-compose / traefik between headscale and wireguard networks
|
* [ ] Split docker-compose / traefik between headscale and wireguard networks
|
||||||
|
|
||||||
# To Do List
|
# To Do List
|
||||||
|
## General
|
||||||
* [ ] Package `headscale-derp` on Nixpkgs
|
* [ ] Package `headscale-derp` on Nixpkgs
|
||||||
* [ ] Try this - Nix colors - [Link](https://github.com/Misterio77/nix-colors)
|
|
||||||
* [ ] Or this - stylix - [Link](https://github.com/danth/stylix)
|
|
||||||
* [ ] nixified.ai - https://github.com/nixified-ai/flake
|
* [ ] nixified.ai - https://github.com/nixified-ai/flake
|
||||||
* [ ] Try Attic - A self-hosted Nix Binary Cache server - [Link](https://discourse.nixos.org/t/introducing-attic-a-self-hostable-nix-binary-cache-server/24343)
|
* [ ] Try Attic - A self-hosted Nix Binary Cache server - [Link](https://discourse.nixos.org/t/introducing-attic-a-self-hostable-nix-binary-cache-server/24343)
|
||||||
* [ ] Try [compose2nix](https://github.com/aksiksi/compose2nix) - Docker Compose to Nix converter
|
|
||||||
* [ ] 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)
|
||||||
* [ ] Try lazy.vim - [Link](https://www.lazyvim.org/)
|
* [ ] Try lazy.vim - [Link](https://www.lazyvim.org/)
|
||||||
* [ ] Look into hosting a binary cache locally - [Link](https://nixos.wiki/wiki/Binary_Cache)
|
* [ ] Look into hosting a binary cache locally - [Link](https://nixos.wiki/wiki/Binary_Cache)
|
||||||
* [ ] Find a way to remove all default search engines in Firefox (Google, Amazon, etc)
|
|
||||||
* [ ] Figure out what the home-manager `account` options are for.
|
|
||||||
* [ ] Security hardening
|
* [ ] Security hardening
|
||||||
* [ ] Edit the hosts file
|
* [ ] Edit the hosts file
|
||||||
|
|
||||||
|
## 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'
|
* [ ] home-manager/common/software/cli/bash.nix - Break this out for theming -- Currently statically set to 'gruvbox'
|
||||||
* [ ] 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
|
||||||
|
|
||||||
|
# Desktop / GUI To Do List
|
||||||
* [ ] vscodium and user-config.js file?
|
* [ ] vscodium and user-config.js file?
|
||||||
* [ ] rofi - bitwarden-cli / bitwarden-menu ([Link](https://search.nixos.org/packages?channel=23.05&show=bitwarden-menu&from=0&size=50&sort=relevance&type=packages&query=bitwarden))
|
* [ ] rofi - bitwarden-cli / bitwarden-menu ([Link](https://search.nixos.org/packages?channel=23.05&show=bitwarden-menu&from=0&size=50&sort=relevance&type=packages&query=bitwarden))
|
||||||
|
* [ ] 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)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Completed ToDo List [here](docs/complete.md)
|
Completed ToDo List [here](docs/complete.md)
|
||||||
|
|
|
@ -107,3 +107,4 @@
|
||||||
* [x] Figure out networking issues
|
* [x] Figure out networking issues
|
||||||
* [x] nixos-rpi4-01 - Replace japan-rpi4
|
* [x] nixos-rpi4-01 - Replace japan-rpi4
|
||||||
* crontab entry for rsyncing storage to /mnt/sda,b,c
|
* crontab entry for rsyncing storage to /mnt/sda,b,c
|
||||||
|
* [x] Try [compose2nix](https://github.com/aksiksi/compose2nix) - Docker Compose to Nix converter
|
||||||
|
|
Loading…
Reference in a new issue