From f7230c5829f24c13bdaf79140d25a4b03782850d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Sun, 18 Oct 2020 17:26:21 +0200 Subject: [PATCH] deployer: activate autoOptimiseStore --- hosts/containers/deployer/configuration.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hosts/containers/deployer/configuration.nix b/hosts/containers/deployer/configuration.nix index 602b52a4..3f73d06a 100644 --- a/hosts/containers/deployer/configuration.nix +++ b/hosts/containers/deployer/configuration.nix @@ -60,8 +60,11 @@ permitRootLogin = "yes"; }; - nix.buildCores = 32; - nix.maxJobs = 32; + nix = { + buildCores = 32; + maxJobs = 32; + autoOptimiseStore = true; + }; users.extraUsers.k-ot = { isNormalUser = true;