From 57c520b722f25f384301118046bf9cf182d4edd7 Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 16 Jul 2015 23:22:30 +0200 Subject: Goodbye old world, and thanks for all the fish! --- old/modules/tv/base.nix | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 old/modules/tv/base.nix (limited to 'old/modules/tv/base.nix') diff --git a/old/modules/tv/base.nix b/old/modules/tv/base.nix deleted file mode 100644 index 94f3609cc..000000000 --- a/old/modules/tv/base.nix +++ /dev/null @@ -1,16 +0,0 @@ -{ config, pkgs, ... }: - -{ - time.timeZone = "Europe/Berlin"; - - # 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" - ]; - - nix.useChroot = true; -} -- cgit v1.2.3