mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-15 09:17:31 -08:00
update readmes
This commit is contained in:
parent
d89763c0ae
commit
1367514791
@ -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>`.
|
||||
|
@ -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 |
|
||||
|---------|-------|-------------|--------------|
|
||||
@ -19,18 +18,18 @@ Set of configs files to setup NixOS.
|
||||
|
||||
2. Run the following commands:
|
||||
|
||||
```bash
|
||||
nix-shell -p vim git
|
||||
git clone https://github.com/starr-dusT/dotfiles ~/.local/share/chezmoi
|
||||
```
|
||||
```bash
|
||||
nix-shell -p vim git
|
||||
git clone https://github.com/starr-dusT/dotfiles ~/.local/share/chezmoi
|
||||
```
|
||||
|
||||
Move the installer created hardware.nix to dotfiles. E.g. `provision/hosts/<host>/hardware.nix`.
|
||||
Move the installer created hardware.nix to dotfiles. E.g. `provision/hosts/<host>/hardware.nix`.
|
||||
|
||||
```bash
|
||||
cd ~/.local/share/chezmoi/provision
|
||||
sudo nixos-rebuild switch --flake .#<host>
|
||||
chezmoi init && chezmoi apply
|
||||
```
|
||||
```bash
|
||||
cd ~/.local/share/chezmoi/provision
|
||||
sudo nixos-rebuild switch --flake .#<host>
|
||||
chezmoi init && chezmoi apply
|
||||
```
|
||||
|
||||
3. Profit!
|
||||
|
||||
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user