diff --git a/README.md b/README.md index c17a6dda..ca467b42 100644 --- a/README.md +++ b/README.md @@ -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. * 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 ```