deployer: activate autoOptimiseStore

This commit is contained in:
Sandro - 2020-10-18 17:26:21 +02:00
parent 13f735c0d7
commit f7230c5829
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 5 additions and 2 deletions

View File

@ -60,8 +60,11 @@
permitRootLogin = "yes"; permitRootLogin = "yes";
}; };
nix.buildCores = 32; nix = {
nix.maxJobs = 32; buildCores = 32;
maxJobs = 32;
autoOptimiseStore = true;
};
users.extraUsers.k-ot = { users.extraUsers.k-ot = {
isNormalUser = true; isNormalUser = true;