feat(x1): enable cratedocs-mcp service and update dependencies

- Enabled the cratedocs-mcp service in the x1 configuration.
- Added `cratedocs` as a new flake input and included its modules and overlay.
- Updated multiple flake inputs (`nixpkgs`, `rust-overlay`, etc.) with new revisions.
This commit is contained in:
Harald Hoyer 2025-05-28 09:41:21 +02:00
parent 79a461e88a
commit 36ed41047d
3 changed files with 83 additions and 16 deletions

View file

@ -7,6 +7,8 @@ with lib.metacfg;
# ./ipu.nix
];
services.cratedocs-mcp.enable = true;
sops.age.sshKeyPaths = [ "/var/lib/secrets/ssh_host_ed25519_key" ];
sops.secrets."wg".sopsFile = ../../../.secrets/x1/files.yaml;
sops.secrets."wg".mode = "0444";