update readmes

This commit is contained in:
Tyler Starr 2024-09-29 21:15:53 -07:00
parent d89763c0ae
commit 1367514791
2 changed files with 13 additions and 31 deletions

View File

@ -2,18 +2,7 @@
The following documents some NixOS setup that wasn't automated.
## Encryption Keys
### Github SSH
Keys for SSH aren't automatically placed with chezmoi `secret` since it complicated
things to much. The key for github SSH must be transferred manually from Bitwarden
or:
- `/run/secrets/keys/github_personal` to `~/.ssh/keys/github_personal`.
- `/run/secrets/radicale/users` to `~/.config/radicale/users`.
### NIPR email, Teams, etc.
## NIPR email, Teams, etc.
- Run `pcscan` and make sure card reader shows up.
- Run `pkcs11-register` to register cac.
@ -88,8 +77,3 @@ git clone https://<user>:<token>@git.tstarr.us/tstarr/vulcan.git
Copy another `.obsidian` folder for the new host (i.e. `.obsidian-<host>`).
Open vault folder in obsidian and change the `.obsidian` folder in settings.
## Wifi on Shivan
Connect to wifi network with: `nmcli device wifi connect <SSID> password <password>`.

View File

@ -5,8 +5,7 @@ Set of configs files to setup NixOS.
## Usage
1. Install NixOS with this [guide](https://nixos.wiki/wiki/NixOS_Installation_Guide).
Use the following paritions and btrfs subvolumes:
1. Install NixOS with this [guide](https://nixos.wiki/wiki/NixOS_Installation_Guide). Use the following paritions and btrfs subvolumes:
| Name | Type | Mount Point | Size |
|---------|-------|-------------|--------------|
@ -38,5 +37,4 @@ Perform additional setup found in [additional-setup](additional-setup.md)
## Update
`nixos-rebuild` command is aliased to `nu` assuming the flake is named the same at the
hostname of the machine.
`nixos-rebuild` command is aliased to `nu` assuming the flake is named the same at the hostname of the machine.