Fix typos
This commit is contained in:
parent
bf2c813abd
commit
2a45b06138
|
@ -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
|
||||
|
|
|
@ -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.*`)
|
||||
|
|
Loading…
Reference in New Issue