small updates to readmes

This commit is contained in:
Tyler Starr 2025-06-23 00:28:53 -07:00
parent ae151150bf
commit fe0a12bf87
2 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,6 @@ The following documents some NixOS setup that wasn't automated.
- Run `pcscan` and make sure card reader shows up. - Run `pcscan` and make sure card reader shows up.
- Run `pkcs11-register` to register cac. - Run `pkcs11-register` to register cac.
- Download certs (i.e. unclass-certificates_pkcs7_DoD.zip) and import into Firefox.
## Wireguard Client ## Wireguard Client

View File

@ -14,7 +14,7 @@ nix-shell -p vim git neovim
git clone https://github.com/starr-dusT/dotfiles ~/.local/share/chezmoi git clone https://github.com/starr-dusT/dotfiles ~/.local/share/chezmoi
``` ```
3. Copy existing configuration files from another host and modify as needed. For most configs, move the installer created `configuration-hardware.nix` to dotfiles (e.g. `provision/hosts/<host>/hardware.nix`); however, role-based installs like `htpc` and `wsl` either do not require a `hardware.nix` file or the flake imports `hardware-configuration.nix` from `/etc/nixos`. 3. Copy existing configuration files from another host and modify as needed. For most configs, move the installer created `configuration-hardware.nix` to dotfiles (e.g. `provision/hosts/<host>/hardware.nix`).
4. If required move agenix keypairs to `~/.ssh/keys/{age,age.pub}`. A new keypair may be required and agenix files will need to be rekeyed on another system. 4. If required move agenix keypairs to `~/.ssh/keys/{age,age.pub}`. A new keypair may be required and agenix files will need to be rekeyed on another system.