summaryrefslogtreecommitdiffstats
path: root/modules/cd
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-07-10 20:46:12 +0200
committertv <tv@shackspace.de>2015-07-10 20:46:12 +0200
commit2efbe1415ce7ba64dc67d66b7bc4eb274b91df71 (patch)
tree61a330bea5152fdb35113657219c0f72144ec19f /modules/cd
parentb49fb90be3959d77f8fe1d7ccc84751b04ff48cf (diff)
tv.identity: init
Diffstat (limited to 'modules/cd')
-rw-r--r--modules/cd/default.nix9
1 files changed, 8 insertions, 1 deletions
diff --git a/modules/cd/default.nix b/modules/cd/default.nix
index b3635567..dcaea74b 100644
--- a/modules/cd/default.nix
+++ b/modules/cd/default.nix
@@ -1,4 +1,4 @@
-{ pkgs, ... }:
+{ config, pkgs, ... }:
let
inherit (builtins) readFile;
@@ -17,6 +17,13 @@ in
../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 = {
enable = true;