chore(x1,amd): disable cratedocs-mcp service

Keep it enabled only on sgx.
This commit is contained in:
Harald Hoyer 2026-05-13 11:35:59 +02:00
parent 4ce7bcf354
commit f9a2e0d301
2 changed files with 0 additions and 4 deletions

View file

@ -20,8 +20,6 @@ with lib.metacfg;
programs.ccache.enable = true;
nix.settings.extra-sandbox-paths = [ config.programs.ccache.cacheDir ];
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";