feat(nixos): add CrateDocs MCP service module
Some checks failed
Rust / build (push) Failing after 15s
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:
parent
ec38ec5e96
commit
8440fc1c9a
2 changed files with 68 additions and 0 deletions
|
@ -42,5 +42,6 @@
|
|||
default = cratedocs-mcp;
|
||||
};
|
||||
};
|
||||
nixosModules.default = import ./config.nix;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue