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:
Harald Hoyer 2025-09-17 15:57:18 +02:00
parent 3fbdd939fc
commit 8d03b05ffb
2 changed files with 17 additions and 13 deletions

26
flake.lock generated
View file

@ -78,11 +78,11 @@
"rust-overlay": "rust-overlay" "rust-overlay": "rust-overlay"
}, },
"locked": { "locked": {
"lastModified": 1748369672, "lastModified": 1758116508,
"narHash": "sha256-Mq3JW8ku2TU7WFjynIDmYnUXD1uC3t203gxRWKPSEl4=", "narHash": "sha256-OrfpnwXE9jIHJRC6lDln4QlDGkFhU6+zd17CzFlrCP4=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "8fe3cda271173d7dfb30c34a2c7da869af5b2e4a", "rev": "abc74ceb94c5749fc719991380d2fb3a34c30f64",
"revCount": 32, "revCount": 33,
"type": "git", "type": "git",
"url": "https://git.hoyer.xyz/harald/cratedocs-mcp.git" "url": "https://git.hoyer.xyz/harald/cratedocs-mcp.git"
}, },
@ -370,11 +370,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1756679287, "lastModified": 1757808926,
"narHash": "sha256-Xd1vOeY9ccDf5VtVK12yM0FS6qqvfUop8UQlxEB+gTQ=", "narHash": "sha256-K6PEI5PYY94TVMH0mX3MbZNYFme7oNRKml/85BpRRAo=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "07fc025fe10487dd80f2ec694f1cd790e752d0e8", "rev": "f21d9167782c086a33ad53e2311854a8f13c281e",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -585,11 +585,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1757408970, "lastModified": 1757941119,
"narHash": "sha256-aSgK4BLNFFGvDTNKPeB28lVXYqVn8RdyXDNAvgGq+k0=", "narHash": "sha256-TssJZFzMRYdWgpHySzKv4YQg6DUv5SDENiWbVgNTo0M=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "d179d77c139e0a3f5c416477f7747e9d6b7ec315", "rev": "7ff837017c3b82bd3671932599a119d7bc672ff0",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -801,11 +801,11 @@
}, },
"unstable": { "unstable": {
"locked": { "locked": {
"lastModified": 1757487488, "lastModified": 1757745802,
"narHash": "sha256-zwE/e7CuPJUWKdvvTCB7iunV4E/+G0lKfv4kk/5Izdg=", "narHash": "sha256-hLEO2TPj55KcUFUU1vgtHE9UEIOjRcH/4QbmfHNF820=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "ab0f3607a6c7486ea22229b92ed2d355f1482ee0", "rev": "c23193b943c6c689d70ee98ce3128239ed9e32d1",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -34,6 +34,10 @@
}; };
#systemd.services.libvirt-guests.after = [ "network-online.target" ]; #systemd.services.libvirt-guests.after = [ "network-online.target" ];
services.cratedocs-mcp = {
enable = true;
openFirewall = true;
};
system.autoUpgrade = { system.autoUpgrade = {
enable = true; enable = true;