add os ccache module

This commit is contained in:
ant 2026-02-26 14:57:41 +01:00
parent b3a3e27569
commit 87b3f3e5bd
2 changed files with 6 additions and 0 deletions

5
os/ccache.nix Normal file
View file

@ -0,0 +1,5 @@
{ config, ... }:
{
programs.ccache.enable = true;
nix.settings.extra-sandbox-paths = [ config.programs.ccache.cacheDir ];
}

View file

@ -19,6 +19,7 @@ in {
../forgejo.nix
(import ../remote-disk-unlock.nix ["r8169"] sshKeys)
../builder.nix
../ccache.nix
];
boot = {