summaryrefslogtreecommitdiffstats
path: root/modules/base.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2015-04-08 01:07:01 +0200
committertv <tv@krebsco.de>2015-05-19 23:16:56 +0200
commit305994b23565b3e0f73922ca219cbcb9872e4daa (patch)
tree14dd49072264f70f32d826fadc3489a7b101b62c /modules/base.nix
parentee0c09d16f1e857a9f37118babc5c2a061fa9cf1 (diff)
I Like To Move It
Diffstat (limited to 'modules/base.nix')
-rw-r--r--modules/base.nix17
1 files changed, 0 insertions, 17 deletions
diff --git a/modules/base.nix b/modules/base.nix
deleted file mode 100644
index 76c8b89..0000000
--- a/modules/base.nix
+++ /dev/null
@@ -1,17 +0,0 @@
-{ 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"
- ];
-
-}