style: Use RFC formatter

This commit is contained in:
Inex Code
2025-05-02 15:27:17 +03:00
committed by nhnn
parent 63a0d84701
commit d94b82e7fa
2 changed files with 23 additions and 23 deletions

View File

@@ -112,30 +112,30 @@ in
weight = 3;
};
};
debug =
(lib.mkOption {
default = false;
type = lib.types.bool;
description = "Enable debug logging";
})
// {
meta = {
type = "bool";
weight = 4;
debug =
(lib.mkOption {
default = false;
type = lib.types.bool;
description = "Enable debug logging";
})
// {
meta = {
type = "bool";
weight = 4;
};
};
};
disableMaintenanceModeAtStart =
(lib.mkOption {
type = types.bool;
default = false;
description = "Disable maintenance mode at Nextcloud service startup";
})
// {
meta = {
type = "bool";
weight = 5;
disableMaintenanceModeAtStart =
(lib.mkOption {
type = types.bool;
default = false;
description = "Disable maintenance mode at Nextcloud service startup";
})
// {
meta = {
type = "bool";
weight = 5;
};
};
};
};
# config = lib.mkIf sp.modules.nextcloud.enable