From 46d73a70ce2df4af2d66228874470cb4c8657f14 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 2 Aug 2016 21:51:39 +0200 Subject: tv.hosts: init --- tv/3modules/hosts.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tv/3modules/hosts.nix (limited to 'tv/3modules/hosts.nix') diff --git a/tv/3modules/hosts.nix b/tv/3modules/hosts.nix new file mode 100644 index 00000000..7bf3267c --- /dev/null +++ b/tv/3modules/hosts.nix @@ -0,0 +1,12 @@ +{ config, ... }: + +with config.krebs.lib; + +{ + options.tv.hosts = mkOption { + type = types.attrsOf types.host; + default = + filterAttrs (_: host: host.owner.name == "tv") + config.krebs.hosts; + }; +} -- cgit v1.2.3