krebs 3 tinc_graphs: mv from makefu 3 tinc_graphs

This commit is contained in:
makefu 2015-10-22 15:33:05 +02:00
parent 9be59a0400
commit 9bb3069f69
4 changed files with 4 additions and 4 deletions

View File

@ -18,6 +18,7 @@ let
./retiolum-bootstrap.nix ./retiolum-bootstrap.nix
./realwallpaper.nix ./realwallpaper.nix
./retiolum.nix ./retiolum.nix
./tinc_graphs.nix
./urlwatch.nix ./urlwatch.nix
]; ];
options.krebs = api; options.krebs = api;

View File

@ -2,12 +2,12 @@
with lib; with lib;
let let
cfg = config.makefu.tinc_graphs; cfg = config.krebs.tinc_graphs;
internal_dir = "${cfg.workingDir}/internal"; internal_dir = "${cfg.workingDir}/internal";
external_dir = "${cfg.workingDir}/external"; external_dir = "${cfg.workingDir}/external";
out = { out = {
options.makefu.tinc_graphs = api; options.krebs.tinc_graphs = api;
config = mkIf cfg.enable imp ; config = mkIf cfg.enable imp ;
}; };

View File

@ -40,7 +40,7 @@ in {
krebs.retiolum-bootstrap.enable = true; krebs.retiolum-bootstrap.enable = true;
nixpkgs.config.packageOverrides = pkgs: { tinc = pkgs.tinc_pre; }; nixpkgs.config.packageOverrides = pkgs: { tinc = pkgs.tinc_pre; };
makefu.tinc_graphs = { krebs.tinc_graphs = {
enable = true; enable = true;
nginx = { nginx = {
enable = true; enable = true;

View File

@ -2,7 +2,6 @@ _:
{ {
imports = [ imports = [
./tinc_graphs.nix
]; ];
} }