From 4c231dac4427db26d45ffe07fc0b46baaba35ec6 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 29 Dec 2023 17:15:34 +0900 Subject: [PATCH] Update README --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9501f4a9..436979d5 100644 --- a/README.md +++ b/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