add os ccache module
This commit is contained in:
parent
b3a3e27569
commit
87b3f3e5bd
2 changed files with 6 additions and 0 deletions
5
os/ccache.nix
Normal file
5
os/ccache.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
{ config, ... }:
|
||||||
|
{
|
||||||
|
programs.ccache.enable = true;
|
||||||
|
nix.settings.extra-sandbox-paths = [ config.programs.ccache.cacheDir ];
|
||||||
|
}
|
||||||
|
|
@ -19,6 +19,7 @@ in {
|
||||||
../forgejo.nix
|
../forgejo.nix
|
||||||
(import ../remote-disk-unlock.nix ["r8169"] sshKeys)
|
(import ../remote-disk-unlock.nix ["r8169"] sshKeys)
|
||||||
../builder.nix
|
../builder.nix
|
||||||
|
../ccache.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue