summaryrefslogtreecommitdiffstats
path: root/modules/tv
diff options
context:
space:
mode:
Diffstat (limited to 'modules/tv')
-rw-r--r--modules/tv/base.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/tv/base.nix b/modules/tv/base.nix
index 76c8b897..94f3609c 100644
--- a/modules/tv/base.nix
+++ b/modules/tv/base.nix
@@ -3,8 +3,6 @@
{
time.timeZone = "Europe/Berlin";
- nix.maxJobs = 8;
- nix.useChroot = true;
# TODO check if both are required:
nix.chrootDirs = [ "/etc/protocols" pkgs.iana_etc.outPath ];
@@ -14,4 +12,5 @@
"http://hydra.nixos.org"
];
+ nix.useChroot = true;
}