Update README
This commit is contained in:
parent
3e7ad07d3d
commit
4c231dac44
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -33,12 +33,12 @@ nix develop -c /etc/nixos/git/docs/setup.sh
|
|||
| piaware-rpi4 | FlightAware for Raspberry Pi | Done |
|
||||
| quitman-rpi4 | Raspberry Pi at my parents house. Headscale Exit Node | On Hold |
|
||||
# Images
|
||||
| Name | Description | Status |
|
||||
| ----------------- | ----------------------------------------------------- | -------- |
|
||||
| nixos-iso-console | Console ISO image of this flake for installing | Done |
|
||||
| nixos-iso-desktop | Desktop ISO image of this flake for installing | Done |
|
||||
| nixos-linode-img | Image of this flake for use on Linode | Done |
|
||||
| nixos-rpi4-img | Image of this flake for use on Raspberry Pi 4's | Done |
|
||||
| Name | Description | Build Commands |
|
||||
| ----------------- | ----------------------------------------------- | -------------------------------------------------- |
|
||||
| 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 | `nix build .#imageConfigurations.nixos-iso-console`|
|
||||
| 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 | `nix build .#imageConfigurations.nixos-rpi4-img` |
|
||||
|
||||
---
|
||||
# Host Specific
|
||||
|
@ -57,7 +57,7 @@ nix develop -c /etc/nixos/git/docs/setup.sh
|
|||
* [ ] nixified.ai - https://github.com/nixified-ai/flake
|
||||
* [ ] Try lazy.vim - [Link](https://www.lazyvim.org/)
|
||||
* [ ] 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
|
||||
|
||||
## Forgejo
|
||||
|
|
Loading…
Reference in a new issue