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 | dfd8f1f93c492eb33de6d3642248b3f504ac4742 (patch) | |
tree | b94cd7b093f8e09928e699686e85f4d3b5b6f186 /tv/2configs/default.nix | |
parent | f8fb430fc1bbc3ee6356971bbd1bdeba1b9a0d69 (diff) |
tv nix: auto-optimise-store = true
Diffstat (limited to 'tv/2configs/default.nix')
-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 f3ce2da40..41dab525a 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; } { |