refactor(amd): remove duplicate ccache settings

ccache is already enabled by metacfg.build module

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Harald Hoyer 2026-01-17 19:21:03 +01:00
parent 06184eb1b3
commit 13bacc1ef1

View file

@ -1,7 +1,6 @@
{
pkgs,
lib,
config,
...
}:
with lib;
@ -19,9 +18,6 @@ with lib.metacfg;
22000
];
programs.ccache.enable = true;
nix.settings.extra-sandbox-paths = [ config.programs.ccache.cacheDir ];
services.tailscale.enable = true;
services.cratedocs-mcp.enable = true;