More module fixes
This commit is contained in:
@@ -11,8 +11,8 @@ let
|
||||
settingsFile = settingsFormat.generate "labmon.toml" cfg.labmon.settings;
|
||||
in
|
||||
{
|
||||
options.labmon.enable = lib.mkEnableOption "Enable labmon";
|
||||
options.labmon = {
|
||||
enable = lib.mkEnableOption "Enable labmon";
|
||||
|
||||
settings = lib.mkOption {
|
||||
type = lib.types.attrs;
|
||||
|
Reference in New Issue
Block a user