From 655dc61b2b402eab089a410c140f58c916d264f7 Mon Sep 17 00:00:00 2001 From: makefu Date: Sun, 4 Oct 2015 16:42:04 +0200 Subject: makefu 3: add tinc_graphs module --- makefu/3modules/default.nix | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) (limited to 'makefu/3modules/default.nix') diff --git a/makefu/3modules/default.nix b/makefu/3modules/default.nix index 41780842..598365c3 100644 --- a/makefu/3modules/default.nix +++ b/makefu/3modules/default.nix @@ -1,19 +1,8 @@ -{ config, lib, ... }: +_: -with lib; -let - cfg = config.krebs; +{ + imports = [ + ./tinc_graphs.nix + ]; +} - out = { - imports = [ - ]; - options.krebs = api; - config = mkIf cfg.enable imp; - }; - - api = { }; - - imp = { }; - -in -out -- cgit v1.2.3