From aa12d74f4598ef1af1ea6d3ae5ee51a23156e236 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Wed, 18 Feb 2026 19:28:37 +0100 Subject: [PATCH] Fix markdown formatting --- .github/copilot-instructions.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 6b750ca..bf9ab16 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -51,19 +51,19 @@ Hosts enable services declaratively: `custom.web-services.forgejo = { enable = t ## Developer Workflows -| Task | Command | -|---|---| -| Rebuild & switch locally | `just switch` | -| Test config without switching | `just test` | -| Deploy to remote host(s) | `just deploy hostname1 hostname2` | -| Format all files | `just fmt` or `nix fmt` | -| Run flake checks + tests | `just check` | -| Check without building | `just check-lite` | -| Update flake inputs | `just update` | -| Edit SOPS secrets | `just sops-edit hosts//secrets.json` | -| Rotate all secrets | `just sops-rotate-all` | -| Install a new host | `just install root@` | -| Open nix repl for a host | `just repl ` | +| Task | Command | +| ----------------------------- | ------------------------------------------ | +| Rebuild & switch locally | `just switch` | +| Test config without switching | `just test` | +| Deploy to remote host(s) | `just deploy hostname1 hostname2` | +| Format all files | `just fmt` or `nix fmt` | +| Run flake checks + tests | `just check` | +| Check without building | `just check-lite` | +| Update flake inputs | `just update` | +| Edit SOPS secrets | `just sops-edit hosts//secrets.json` | +| Rotate all secrets | `just sops-rotate-all` | +| Install a new host | `just install root@` | +| Open nix repl for a host | `just repl ` | SOPS commands auto-enter a `nix develop .#sops` shell if `sops` isn't available, which handles Bitwarden login and age key retrieval.