move kapacitor to k 3

This commit is contained in:
lassulus 2017-02-07 17:21:25 +01:00
parent cb044e37e6
commit 54e16f7a9e
3 changed files with 3 additions and 3 deletions

View File

@ -21,6 +21,7 @@ let
./git.nix
./go.nix
./iptables.nix
./kapacitor.nix
./newsbot-js.nix
./nginx.nix
./nixpkgs.nix

View File

@ -4,10 +4,10 @@ with builtins;
with import <stockholm/lib>;
let
cfg = config.lass.kapacitor;
cfg = config.krebs.kapacitor;
out = {
options.lass.kapacitor = api;
options.krebs.kapacitor = api;
config = mkIf cfg.enable imp;
};

View File

@ -8,6 +8,5 @@ _:
./umts.nix
./usershadow.nix
./xresources.nix
./kapacitor.nix
];
}