diff options
author | tv <tv@shackspace.de> | 2015-10-04 22:28:27 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-10-04 22:28:27 +0200 |
commit | 04c0f3935b257ab3cd396a5274f691e982c8dba3 (patch) | |
tree | 6dc76859ba10e4a231b34d14b0ed39cb23585073 /makefu/3modules/default.nix | |
parent | 41df3589f6f3aab31443a486a9d7e82f4e9ff559 (diff) | |
parent | b5977c92b3c3daa8023f4df1070a240617125019 (diff) |
Merge remote-tracking branch 'pnp/master'
Diffstat (limited to 'makefu/3modules/default.nix')
-rw-r--r-- | makefu/3modules/default.nix | 23 |
1 files changed, 6 insertions, 17 deletions
diff --git a/makefu/3modules/default.nix b/makefu/3modules/default.nix index 417808425..598365c39 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 |