From 305994b23565b3e0f73922ca219cbcb9872e4daa Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 8 Apr 2015 01:07:01 +0200 Subject: I Like To Move It --- modules/tv/base.nix | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 modules/tv/base.nix (limited to 'modules/tv/base.nix') diff --git a/modules/tv/base.nix b/modules/tv/base.nix new file mode 100644 index 0000000..76c8b89 --- /dev/null +++ b/modules/tv/base.nix @@ -0,0 +1,17 @@ +{ config, pkgs, ... }: + +{ + time.timeZone = "Europe/Berlin"; + + nix.maxJobs = 8; + nix.useChroot = true; + # TODO check if both are required: + nix.chrootDirs = [ "/etc/protocols" pkgs.iana_etc.outPath ]; + + nix.trustedBinaryCaches = [ + "https://cache.nixos.org" + "http://cache.nixos.org" + "http://hydra.nixos.org" + ]; + +} -- cgit v1.2.3