From fe0a12bf876a8141e4a629d44dde8b9358095de4 Mon Sep 17 00:00:00 2001 From: Tyler Starr Date: Mon, 23 Jun 2025 00:28:53 -0700 Subject: [PATCH] small updates to readmes --- provision/additional-setup.md | 1 - provision/readme.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/provision/additional-setup.md b/provision/additional-setup.md index 5ecac03d..6bfa09e5 100644 --- a/provision/additional-setup.md +++ b/provision/additional-setup.md @@ -6,7 +6,6 @@ The following documents some NixOS setup that wasn't automated. - Run `pcscan` and make sure card reader shows up. - Run `pkcs11-register` to register cac. -- Download certs (i.e. unclass-certificates_pkcs7_DoD.zip) and import into Firefox. ## Wireguard Client diff --git a/provision/readme.md b/provision/readme.md index 485a80fe..bbfe1603 100644 --- a/provision/readme.md +++ b/provision/readme.md @@ -14,7 +14,7 @@ nix-shell -p vim git neovim 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//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//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.