summaryrefslogtreecommitdiffstats
path: root/tv/2configs/nix.nix
blob: fa96d459f215cfd4ca535bda61a46fff262655f8 (plain)
1
2
3
4
5
6
7
8
9
{ pkgs, ... }: {
  nix.settings.auto-optimise-store = true;

  # TODO check if both are required:
  nix.settings.extra-sandbox-paths = [
    "/etc/protocols"
    pkgs.iana-etc.outPath
  ];
}