feat(nixos): add CrateDocs MCP service module
Some checks failed
Rust / build (push) Failing after 15s

- Introduced a NixOS module for configuring the CrateDocs MCP server.
- Added options for enabling the service, setting the port, user, and group.
- Configured a hardened systemd service with security restrictions.
This commit is contained in:
Harald Hoyer 2025-05-27 17:28:53 +02:00
parent ec38ec5e96
commit 8440fc1c9a
2 changed files with 68 additions and 0 deletions

View file

@ -42,5 +42,6 @@
default = cratedocs-mcp;
};
};
nixosModules.default = import ./config.nix;
};
}