Update RADME
This commit is contained in:
parent
85c33fb516
commit
28d7c4d4c2
1 changed files with 6 additions and 0 deletions
|
@ -95,6 +95,12 @@ Completed ToDo List [here](docs/complete.md)
|
||||||
3. When you add a new machine, you must update the secrets files encryption.
|
3. When you add a new machine, you must update the secrets files encryption.
|
||||||
* Run `sops updatekeys secrets/file.yaml` and commit the change.
|
* Run `sops updatekeys secrets/file.yaml` and commit the change.
|
||||||
|
|
||||||
|
# Troubleshooting
|
||||||
|
1. To troubleshoot issues, this command can come in handy:
|
||||||
|
```
|
||||||
|
nix eval .#nixosConfigurations.[CONFIG_NAME].config.disko.devices._config
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
# Directory Structure
|
# Directory Structure
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue