From ca5388740faaa3f3d6d71ac1886337ee90aff17e Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Thu, 11 Jan 2024 15:50:59 +0800 Subject: [PATCH] feat: docs for nixos-installer --- hosts/idols/ai/README.md | 2 +- nixos-installer/{README.ai.md => README.md} | 6 +++++- systems/README.md | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) rename nixos-installer/{README.ai.md => README.md} (97%) diff --git a/hosts/idols/ai/README.md b/hosts/idols/ai/README.md index feb3eb5a..18092888 100644 --- a/hosts/idols/ai/README.md +++ b/hosts/idols/ai/README.md @@ -2,7 +2,7 @@ Related: -- [/nixos-installer/README.shoukei.md](/nixos-installer/README.ai.md) +- [/nixos-installer/README.md](/nixos-installer/README.md) ## Info diff --git a/nixos-installer/README.ai.md b/nixos-installer/README.md similarity index 97% rename from nixos-installer/README.ai.md rename to nixos-installer/README.md index 2c2c0d1c..f71c100d 100644 --- a/nixos-installer/README.ai.md +++ b/nixos-installer/README.md @@ -2,6 +2,10 @@ This flake prepares a Nix environment for setting my desktop [/hosts/idols/ai](/hosts/idols/ai/)(in main flake) up on a new machine. +Other docs: + +- README for [/hosts/12kingdoms/shoukei](/hosts/12kingdoms/shoukei): [./README.shoukei.md](./README.shoukei.md) + TODOs: - [ ] declarative disk partitioning with [disko](https://github.com/nix-community/disko) @@ -47,7 +51,7 @@ And the boot flow is: Partitioning the disk: ```bash -# NOTE: `cat README.ai.md | grep part-1 > part-1.sh` to generate this script +# NOTE: `cat README.md | grep part-1 > part-1.sh` to generate this script # Create a GPT partition table parted /dev/nvme0n1 -- mklabel gpt # part-1 diff --git a/systems/README.md b/systems/README.md index 48338f6e..e0a152ea 100644 --- a/systems/README.md +++ b/systems/README.md @@ -8,3 +8,4 @@ As the configuration was constantly updated, my `flake.nix` gradually became blo - `nixos.nix`: My NixOS desktops & servers. + * [ ]