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:
parent
06184eb1b3
commit
13bacc1ef1
1 changed files with 0 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue