krebs 3 tinc_graphs: mv from makefu 3 tinc_graphs
This commit is contained in:
parent
9be59a0400
commit
9bb3069f69
|
@ -18,6 +18,7 @@ let
|
|||
./retiolum-bootstrap.nix
|
||||
./realwallpaper.nix
|
||||
./retiolum.nix
|
||||
./tinc_graphs.nix
|
||||
./urlwatch.nix
|
||||
];
|
||||
options.krebs = api;
|
||||
|
|
|
@ -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 ;
|
||||
};
|
||||
|
|
@ -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;
|
||||
|
|
|
@ -2,7 +2,6 @@ _:
|
|||
|
||||
{
|
||||
imports = [
|
||||
./tinc_graphs.nix
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue