From c1bc5ac84cb7705257113d607ec2791ebdb7403d Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 10 Jul 2015 20:46:12 +0200 Subject: tv.identity: init --- modules/cd/default.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'modules/cd') diff --git a/modules/cd/default.nix b/modules/cd/default.nix index b363556..dcaea74 100644 --- a/modules/cd/default.nix +++ b/modules/cd/default.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ config, pkgs, ... }: let inherit (builtins) readFile; @@ -16,6 +16,13 @@ in ../tv/exim-smarthost.nix ../tv/git/public.nix ../tv/sanitize.nix + { + imports = [ ../tv/identity ]; + tv.identity = { + enable = true; + self = config.tv.identity.hosts.cd; + }; + } { imports = [ ../tv/iptables ]; tv.iptables = { -- cgit v1.2.3