From 28d7c4d4c23ba5a5981cecb2f2fc4c7dc5923e71 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 5 Oct 2023 15:07:38 +0900 Subject: [PATCH] Update RADME --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 ```