updated readme.md
This commit is contained in:
parent
7090db82d3
commit
a4b356c1f0
1 changed files with 2 additions and 10 deletions
12
README.md
12
README.md
|
@ -9,24 +9,16 @@
|
||||||
| `emergent` | Desktop Computer | Eve | Laptop |
|
| `emergent` | Desktop Computer | Eve | Laptop |
|
||||||
| `threshold` | Laptop | Eve | Desktop |
|
| `threshold` | Laptop | Eve | Desktop |
|
||||||
|
|
||||||
|
### Rebuilding machines
|
||||||
### Rebuild current machine to match target host:
|
|
||||||
`sudo nixos-rebuild switch --flake .#hostname`
|
|
||||||
|
|
||||||
### Rebuild current machine maintaining current target
|
|
||||||
`./rebuild.sh`
|
`./rebuild.sh`
|
||||||
|
|
||||||
# New machine setup
|
# New machine setup
|
||||||
keys for decrypting password secrets for each users located at `/var/lib/sops-nix/key.txt`
|
keys for decrypting password secrets for each users located at `/var/lib/sops-nix/key.txt` and will be copied over to new machines installed with ./`install.sh`
|
||||||
|
|
||||||
updating passwords: `sops secrets/secrets.yaml`
|
updating passwords: `sops secrets/secrets.yaml`
|
||||||
|
|
||||||
`./install.sh --target 192.168.1.130 --flake hostname`
|
`./install.sh --target 192.168.1.130 --flake hostname`
|
||||||
|
|
||||||
> how the current config was set up https://www.youtube.com/watch?v=G5f6GC7SnhU
|
|
||||||
|
|
||||||
> something about ssh keys for remotes
|
|
||||||
|
|
||||||
# Notes:
|
# Notes:
|
||||||
- Look into this for rotating sops keys `https://technotim.live/posts/rotate-sops-encryption-keys/`
|
- Look into this for rotating sops keys `https://technotim.live/posts/rotate-sops-encryption-keys/`
|
||||||
- Look into this for openssh known configurations https://search.nixos.org/options?channel=unstable&from=0&size=15&sort=alpha_asc&type=packages&query=services.openssh
|
- Look into this for openssh known configurations https://search.nixos.org/options?channel=unstable&from=0&size=15&sort=alpha_asc&type=packages&query=services.openssh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue