mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 23:29:08 +01:00
Fix markdown formatting
Some checks are pending
Some checks are pending
This commit is contained in:
parent
3ecc10c445
commit
aa12d74f45
1 changed files with 13 additions and 13 deletions
26
.github/copilot-instructions.md
vendored
26
.github/copilot-instructions.md
vendored
|
|
@ -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/<host>/secrets.json` |
|
||||
| Rotate all secrets | `just sops-rotate-all` |
|
||||
| Install a new host | `just install <host> root@<ip>` |
|
||||
| Open nix repl for a host | `just repl <hostname>` |
|
||||
| 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/<host>/secrets.json` |
|
||||
| Rotate all secrets | `just sops-rotate-all` |
|
||||
| Install a new host | `just install <host> root@<ip>` |
|
||||
| Open nix repl for a host | `just repl <hostname>` |
|
||||
|
||||
SOPS commands auto-enter a `nix develop .#sops` shell if `sops` isn't available, which handles Bitwarden login and age key retrieval.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue