diff options
author | tv <tv@shackspace.de> | 2015-04-08 01:26:30 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-05-19 23:17:17 +0200 |
commit | 9b33995e2943636ac5a8f8d7481e7f88554644cb (patch) | |
tree | 327f788360a1cdc59a8253bc087b1f2a1bf20fd5 /modules/tv/base.nix | |
parent | cd6374e641420ade3603f0fd23fe9afac5c443bc (diff) |
hosts tv: use tv/base
Diffstat (limited to 'modules/tv/base.nix')
-rw-r--r-- | modules/tv/base.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/tv/base.nix b/modules/tv/base.nix index 76c8b8970..94f3609cc 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; } |