summaryrefslogtreecommitdiffstats
path: root/modules/tv
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-04-08 01:26:30 +0200
committertv <tv@shackspace.de>2015-05-19 23:17:17 +0200
commit9b33995e2943636ac5a8f8d7481e7f88554644cb (patch)
tree327f788360a1cdc59a8253bc087b1f2a1bf20fd5 /modules/tv
parentcd6374e641420ade3603f0fd23fe9afac5c443bc (diff)
hosts tv: use tv/base
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;
}