diff options
author | tv <tv@krebsco.de> | 2022-12-05 14:35:20 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2022-12-05 14:37:11 +0100 |
commit | e03d29d7a805f13ed321fd5f79a06a0293ff3237 (patch) | |
tree | 26f1dd2bb942be88b281207166370e209e125b64 /tv/2configs | |
parent | 4d78208a98efa9612e77decc6101d17df0e55de3 (diff) |
tv nix: auto-optimise-store = true
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix index f3ce2da..41dab52 100644 --- a/tv/2configs/default.nix +++ b/tv/2configs/default.nix @@ -53,6 +53,10 @@ with import <stockholm/lib>; nix.binaryCaches = ["https://cache.nixos.org"]; + nix.extraOptions = '' + auto-optimise-store = true + ''; + nix.useSandbox = true; } { |