feat(sgx): add cratedocs-mcp service and update flakes
- Enabled `services.cratedocs-mcp` with firewall access in the SGX module for enhanced functionality. - Updated multiple Flake lockfile entries to the latest revisions, ensuring access to updated upstream changes.
This commit is contained in:
parent
3fbdd939fc
commit
8d03b05ffb
2 changed files with 17 additions and 13 deletions
|
@ -34,6 +34,10 @@
|
|||
};
|
||||
|
||||
#systemd.services.libvirt-guests.after = [ "network-online.target" ];
|
||||
services.cratedocs-mcp = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue