Enabled ccache module, tmpOnTmpfsSize = 150%
This commit is contained in:
parent
a911ced6f5
commit
19a48e7993
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
programs.ccache = true;
|
programs.ccache.enable = true;
|
||||||
nix.extraConfig = ''
|
nix.extraOptions = ''
|
||||||
extra-sandbox-paths = /nix/var/cache/ccache
|
extra-sandbox-paths = /nix/var/cache/ccache
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
@ -31,6 +31,7 @@ in {
|
|||||||
./libreddit.nix
|
./libreddit.nix
|
||||||
./invidious.nix
|
./invidious.nix
|
||||||
./nitter.nix
|
./nitter.nix
|
||||||
|
./ccache.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
time.timeZone = "Europe/Rome";
|
time.timeZone = "Europe/Rome";
|
||||||
@ -72,7 +73,7 @@ in {
|
|||||||
|
|
||||||
supportedFilesystems = [ "zfs" ];
|
supportedFilesystems = [ "zfs" ];
|
||||||
zfs.requestEncryptionCredentials = true;
|
zfs.requestEncryptionCredentials = true;
|
||||||
tmpOnTmpfsSize = "75%";
|
tmpOnTmpfsSize = "150%";
|
||||||
};
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
|
Loading…
Reference in New Issue
Block a user