From 2a45b06138320622f6c4b55f3805a4002df422f9 Mon Sep 17 00:00:00 2001 From: min Date: Sun, 13 Oct 2024 16:24:28 -0400 Subject: [PATCH] Fix typos --- nixos/hosts/README.md | 4 ++-- nixos/modules/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos/hosts/README.md b/nixos/hosts/README.md index 74b1195..4322572 100644 --- a/nixos/hosts/README.md +++ b/nixos/hosts/README.md @@ -15,8 +15,8 @@ This directory contains configs for all NixOS hosts. ``` 5. Create a `secrets/NAME_OF_HOST.yaml` file. 6. Add the AGE key from `make_base_keys.sh` into `.sops.yaml`. Add necessary keys to `secrets/NAME_OF_HOST.yaml`. Make sure that the host's `secrets.nix` uses the proper YAML secrets file. -7. Ensure disk partitioning is correct. Make sure to change the rootfs disk in `disk-config.nix`. -8. Generate secure passwords, find their hashes with `mkpasswd -m sha-512`, and put them into the `root-pw` and `user-pw` properties of your , again ensuring there's no EOLs +7. Ensure disk partitioning is correct. Make sure to change the target disk in `disk-config.nix`. +8. Generate secure passwords, find their hashes with `mkpasswd -m sha-512`, and put them into the `root-pw` and `user-pw` properties, again ensuring there's no EOLs 9. Customize the config however you want 10. `./scripts/install.sh -c NAME_OF_HOST -k tempkeys root@IP_OF_HOST` 11. Delete the `tempkeys` folder if you're done with it diff --git a/nixos/modules/README.md b/nixos/modules/README.md index fa3a666..b3e411e 100644 --- a/nixos/modules/README.md +++ b/nixos/modules/README.md @@ -2,4 +2,4 @@ This directory contains NixOS modules that are shared across hosts. -* `modules/system` - automatically loaded on every host +* `modules/system` - shared config & options for base system (`gen.system.*`)