Reaktor: add user only if active
This commit is contained in:
parent
79e5320e6b
commit
4d36900c6f
|
@ -8,7 +8,7 @@ let
|
|||
|
||||
out = {
|
||||
options.krebs.Reaktor = api;
|
||||
config = imp;
|
||||
config = mkIf (cfg != {}) imp;
|
||||
};
|
||||
|
||||
api = mkOption {
|
||||
|
|
Loading…
Reference in a new issue