Reaktor: add user only if active

This commit is contained in:
lassulus 2018-12-03 17:39:34 +01:00
parent 79e5320e6b
commit 4d36900c6f

View file

@ -8,7 +8,7 @@ let
out = {
options.krebs.Reaktor = api;
config = imp;
config = mkIf (cfg != {}) imp;
};
api = mkOption {