More module fixes

This commit is contained in:
Torjus Håkestad 2025-05-24 03:24:34 +02:00
parent 0237d4a052
commit d30ba6c94c
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

View File

@ -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;