Update README

This commit is contained in:
iFargle 2023-12-29 17:15:34 +09:00
parent 3e7ad07d3d
commit 4c231dac44

View file

@ -33,12 +33,12 @@ nix develop -c /etc/nixos/git/docs/setup.sh
| piaware-rpi4 | FlightAware for Raspberry Pi | Done | | piaware-rpi4 | FlightAware for Raspberry Pi | Done |
| quitman-rpi4 | Raspberry Pi at my parents house. Headscale Exit Node | On Hold | | quitman-rpi4 | Raspberry Pi at my parents house. Headscale Exit Node | On Hold |
# Images # Images
| Name | Description | Status | | Name | Description | Build Commands |
| ----------------- | ----------------------------------------------------- | -------- | | ----------------- | ----------------------------------------------- | -------------------------------------------------- |
| nixos-iso-console | Console ISO image of this flake for installing | Done | | nixos-iso-console | Console ISO image of this flake for installing | `nix build .#imageConfigurations.nixos-iso-desktop`|
| nixos-iso-desktop | Desktop ISO image of this flake for installing | Done | | nixos-iso-desktop | Desktop ISO image of this flake for installing | `nix build .#imageConfigurations.nixos-iso-console`|
| nixos-linode-img | Image of this flake for use on Linode | Done | | nixos-linode-img | Image of this flake for use on Linode | `nix build .#imageConfigurations.nixos-linode-img` |
| nixos-rpi4-img | Image of this flake for use on Raspberry Pi 4's | Done | | nixos-rpi4-img | Image of this flake for use on Raspberry Pi 4's | `nix build .#imageConfigurations.nixos-rpi4-img` |
--- ---
# Host Specific # Host Specific
@ -57,7 +57,7 @@ nix develop -c /etc/nixos/git/docs/setup.sh
* [ ] nixified.ai - https://github.com/nixified-ai/flake * [ ] nixified.ai - https://github.com/nixified-ai/flake
* [ ] 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/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
## Forgejo ## Forgejo