Enabled ccache module, tmpOnTmpfsSize = 150%

This commit is contained in:
Giulio De Pasquale 2021-12-18 22:02:23 +01:00
parent a911ced6f5
commit 19a48e7993
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
programs.ccache = true;
nix.extraConfig = ''
programs.ccache.enable = true;
nix.extraOptions = ''
extra-sandbox-paths = /nix/var/cache/ccache
'';
}

View File

@ -31,6 +31,7 @@ in {
./libreddit.nix
./invidious.nix
./nitter.nix
./ccache.nix
];
time.timeZone = "Europe/Rome";
@ -72,7 +73,7 @@ in {
supportedFilesystems = [ "zfs" ];
zfs.requestEncryptionCredentials = true;
tmpOnTmpfsSize = "75%";
tmpOnTmpfsSize = "150%";
};
networking = {