diff options
| -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;      }      { | 
