Fix NixOS config path in automated release workflow

Update release.yml to use correct path hosts/services/cm-dashboard.nix
instead of hosts/common/cm-dashboard.nix. Also update documentation
in CLAUDE.md and README.md to reflect the correct file location.
This commit is contained in:
2025-11-15 10:21:30 +01:00
parent f635ba9c75
commit d644b7d40a
3 changed files with 5 additions and 5 deletions

View File

@@ -115,7 +115,7 @@ This automatically:
- Uploads binaries via Gitea API
### NixOS Configuration Updates
Edit `~/projects/nixosbox/hosts/common/cm-dashboard.nix`:
Edit `~/projects/nixosbox/hosts/services/cm-dashboard.nix`:
```nix
version = "v0.1.X";