Update README
This commit is contained in:
parent
539ffd6607
commit
25a83b88c1
2 changed files with 18 additions and 19 deletions
34
README.md
34
README.md
|
@ -21,18 +21,18 @@ nix develop -c /etc/nixos/git/docs/setup.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
# Machines
|
# Machines
|
||||||
| Name | Description | Status | Automated Deployments |
|
| Name | Description | Status | Deployments |
|
||||||
| --------------------- | ------------------------------------------------------ | -------- | --------- |
|
| --------------------- | ------------------------------------------------------ | -------- | ----------- |
|
||||||
| nixos-desktop | My main desktop | ✔️ | ❌ |
|
| nixos-desktop | My main desktop | ✔️ | ❌ |
|
||||||
| nixos-framework | My AMD Framework 13 laptop | ✔️ | ❌ |
|
| nixos-framework | My AMD Framework 13 laptop | ✔️ | ❌ |
|
||||||
| framework-server | sysctl.io - main server, framework 13th gen mainboard | ✔️ | ✔️ |
|
| framework-server | sysctl.io - main server, framework 13th gen mainboard | ✔️ | ✔️ |
|
||||||
| osaka-linode-01 | Osaka Linode relay for sysctl.io external connections | ✔️ | ✔️ |
|
| osaka-linode-01 | Osaka Linode relay for sysctl.io external connections | ✔️ | ✔️ |
|
||||||
| milan-linode-01 | Milan Linode DERP relay for Tailscale | ✔️ | ✔️ |
|
| milan-linode-01 | Milan Linode DERP relay for Tailscale | ✔️ | ✔️ |
|
||||||
| frankfurt-linode-01 | Frankfurt, Germany alternate relay for external conns | ✔️ | ✔️ |
|
| frankfurt-linode-01 | Frankfurt, Germany alternate relay for external conns | ✔️ | ✔️ |
|
||||||
| piaware-rpi4 | FlightAware for Raspberry Pi | ✔️ | ✔️ |
|
| piaware-rpi4 | FlightAware for Raspberry Pi | ✔️ | ✔️ |
|
||||||
| bakersfield-rpi4 | Raspberry Pi at my brothers house. Headscale Exit Node | ✔️ | ✔️ |
|
| bakersfield-rpi4 | Raspberry Pi at my brothers house. Headscale Exit Node | ✔️ | ✔️ |
|
||||||
| backups-rpi4 | Japan Raspberry Pi 4 for backups from nuc-server | ✔️ | ✔️ |
|
| backups-rpi4 | Japan Raspberry Pi 4 for backups from nuc-server | ✔️ | ✔️ |
|
||||||
| steamdeck | Valve Steam Deck, handheld gaming console | ✔️ | ✔️ |
|
| steamdeck | Valve Steam Deck, handheld gaming console | ✔️ | ✔️ |
|
||||||
|
|
||||||
| Name | Description | Status |
|
| Name | Description | Status |
|
||||||
| ----------------- | ------------------------------------------------------ | -------- |
|
| ----------------- | ------------------------------------------------------ | -------- |
|
||||||
|
@ -49,9 +49,6 @@ nix develop -c /etc/nixos/git/docs/setup.sh
|
||||||
|
|
||||||
---
|
---
|
||||||
# 📋 To Do List
|
# 📋 To Do List
|
||||||
* [x] Revert to 24.05 and not unstable
|
|
||||||
* Currently seeing issues with the ssh-to-pgp package.
|
|
||||||
* Maybe find a way to pull it from 24.05 temporarily
|
|
||||||
* [ ] Add audio to rdesktop xrdp config
|
* [ ] Add audio to rdesktop xrdp config
|
||||||
* [ ] Framework volume buttons don't work on KDE
|
* [ ] Framework volume buttons don't work on KDE
|
||||||
|
|
||||||
|
@ -62,13 +59,12 @@ nix develop -c /etc/nixos/git/docs/setup.sh
|
||||||
* [x] Screen brightness system widget WILL NOT GO AWAY
|
* [x] Screen brightness system widget WILL NOT GO AWAY
|
||||||
* [x] Add config for lock screen wallpaper?
|
* [x] Add config for lock screen wallpaper?
|
||||||
|
|
||||||
## Homelab general
|
## Homelab General
|
||||||
* [-] Upgrades:
|
* [ ] Upgrades:
|
||||||
* [ ] Nextcloud
|
* [ ] Nextcloud
|
||||||
* [ ] Configure Redis
|
* [ ] Configure Redis
|
||||||
* [ ] Headscale 0.23
|
* [ ] Headscale 0.23
|
||||||
* [-] Lower Priority:
|
* [ ] Mealie - v1.6.0
|
||||||
* [-] Mealie - v1.6.0
|
|
||||||
* [ ] Add OIDC config
|
* [ ] Add OIDC config
|
||||||
* [ ] Re-install - Migration isn't working
|
* [ ] Re-install - Migration isn't working
|
||||||
|
|
||||||
|
|
|
@ -206,3 +206,6 @@
|
||||||
* [x] Maybe redo waybar altogether
|
* [x] Maybe redo waybar altogether
|
||||||
* [x] Maybe add a wallpaper randomizer button via `sww img`
|
* [x] Maybe add a wallpaper randomizer button via `sww img`
|
||||||
* [x] Fix neovim intro screen not loading
|
* [x] Fix neovim intro screen not loading
|
||||||
|
* [x] Revert to 24.05 and not unstable
|
||||||
|
* Currently seeing issues with the ssh-to-pgp package.
|
||||||
|
* Maybe find a way to pull it from 24.05 temporarily
|
||||||
|
|
Loading…
Reference in a new issue