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
|
./retiolum-bootstrap.nix
|
||||||
./realwallpaper.nix
|
./realwallpaper.nix
|
||||||
./retiolum.nix
|
./retiolum.nix
|
||||||
|
./tinc_graphs.nix
|
||||||
./urlwatch.nix
|
./urlwatch.nix
|
||||||
];
|
];
|
||||||
options.krebs = api;
|
options.krebs = api;
|
||||||
|
@ -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 ;
|
||||||
};
|
};
|
||||||
|
|
@ -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;
|
||||||
|
@ -2,7 +2,6 @@ _:
|
|||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./tinc_graphs.nix
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user