diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-04-12 23:48:57 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-04-12 23:48:57 +0200 |
| commit | c4f43cd3f14242c20f6bce32b0853d2603ad786f (patch) | |
| tree | f211ea8842cb23b5f53727566f96c6340e987e17 | |
| parent | 3c26ebd9ab6998ddac96e90990c21634c5c2abf8 (diff) | |
| download | nixos-c4f43cd3f14242c20f6bce32b0853d2603ad786f.tar nixos-c4f43cd3f14242c20f6bce32b0853d2603ad786f.tar.gz nixos-c4f43cd3f14242c20f6bce32b0853d2603ad786f.tar.bz2 nixos-c4f43cd3f14242c20f6bce32b0853d2603ad786f.tar.xz nixos-c4f43cd3f14242c20f6bce32b0853d2603ad786f.zip | |
Automatically optimise store on hel
| -rw-r--r-- | hel.nix | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -424,6 +424,8 @@ | |||
| 424 | 424 | ||
| 425 | nix.useSandbox = true; | 425 | nix.useSandbox = true; |
| 426 | 426 | ||
| 427 | nix.autoOptimiseStore = true; | ||
| 428 | |||
| 427 | environment.variables = { | 429 | environment.variables = { |
| 428 | SSL_CERT_FILE = "/etc/ssl/certs/ca-certificates.crt"; | 430 | SSL_CERT_FILE = "/etc/ssl/certs/ca-certificates.crt"; |
| 429 | SANE_CONFIG_DIR = "/etc/sane.d"; | 431 | SANE_CONFIG_DIR = "/etc/sane.d"; |
