Enabled ccache module, tmpOnTmpfsSize = 150%
This commit is contained in:
parent
a911ced6f5
commit
19a48e7993
@ -1,6 +1,6 @@
|
||||
{
|
||||
programs.ccache = true;
|
||||
nix.extraConfig = ''
|
||||
programs.ccache.enable = true;
|
||||
nix.extraOptions = ''
|
||||
extra-sandbox-paths = /nix/var/cache/ccache
|
||||
'';
|
||||
}
|
||||
|
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user