From c4f43cd3f14242c20f6bce32b0853d2603ad786f Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 12 Apr 2017 23:48:57 +0200 Subject: Automatically optimise store on hel --- hel.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hel.nix b/hel.nix index 57f28e1f..75094031 100644 --- a/hel.nix +++ b/hel.nix @@ -424,6 +424,8 @@ nix.useSandbox = true; + nix.autoOptimiseStore = true; + environment.variables = { SSL_CERT_FILE = "/etc/ssl/certs/ca-certificates.crt"; SANE_CONFIG_DIR = "/etc/sane.d"; -- cgit v1.2.3