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
./realwallpaper.nix
./retiolum.nix
./tinc_graphs.nix
./urlwatch.nix
];
options.krebs = api;

View File

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

View File

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

View File

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