move kapacitor to k 3
This commit is contained in:
parent
cb044e37e6
commit
54e16f7a9e
@ -21,6 +21,7 @@ let
|
|||||||
./git.nix
|
./git.nix
|
||||||
./go.nix
|
./go.nix
|
||||||
./iptables.nix
|
./iptables.nix
|
||||||
|
./kapacitor.nix
|
||||||
./newsbot-js.nix
|
./newsbot-js.nix
|
||||||
./nginx.nix
|
./nginx.nix
|
||||||
./nixpkgs.nix
|
./nixpkgs.nix
|
||||||
|
@ -4,10 +4,10 @@ with builtins;
|
|||||||
with import <stockholm/lib>;
|
with import <stockholm/lib>;
|
||||||
|
|
||||||
let
|
let
|
||||||
cfg = config.lass.kapacitor;
|
cfg = config.krebs.kapacitor;
|
||||||
|
|
||||||
out = {
|
out = {
|
||||||
options.lass.kapacitor = api;
|
options.krebs.kapacitor = api;
|
||||||
config = mkIf cfg.enable imp;
|
config = mkIf cfg.enable imp;
|
||||||
};
|
};
|
||||||
|
|
@ -8,6 +8,5 @@ _:
|
|||||||
./umts.nix
|
./umts.nix
|
||||||
./usershadow.nix
|
./usershadow.nix
|
||||||
./xresources.nix
|
./xresources.nix
|
||||||
./kapacitor.nix
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user