diff options
| author | lassulus <lassulus@lassul.us> | 2022-12-05 21:32:08 +0100 |
|---|---|---|
| committer | lassulus <lassulus@lassul.us> | 2022-12-05 21:32:08 +0100 |
| commit | 39890f5c38730caeb3ea32d024802cc29cde7094 (patch) | |
| tree | 24afac83009d07368f893b56a0ec0ff0004be179 /tv/2configs/default.nix | |
| parent | 156be237fb987292eba6c9f166b53ee9f3980fd3 (diff) | |
| parent | a55064d787e0f1bca999b23e23fff2393e8c6858 (diff) | |
Merge remote-tracking branch 'ni/master' into 22.11
Diffstat (limited to 'tv/2configs/default.nix')
| -rw-r--r-- | tv/2configs/default.nix | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix index f3ce2da..c904702 100644 --- a/tv/2configs/default.nix +++ b/tv/2configs/default.nix @@ -46,14 +46,15 @@ with import <stockholm/lib>; } { - # TODO check if both are required: - nix.sandboxPaths = [ "/etc/protocols" pkgs.iana-etc.outPath ]; - - nix.requireSignedBinaryCaches = true; - - nix.binaryCaches = ["https://cache.nixos.org"]; + nix.extraOptions = '' + auto-optimise-store = true + ''; - nix.useSandbox = true; + # TODO check if both are required: + nix.settings.extra-sandbox-paths = [ + "/etc/protocols" + pkgs.iana-etc.outPath + ]; } { nixpkgs.config.allowUnfree = false; |
