treewide: use mkEnableOption in nixos modules
This commit is contained in:
@@ -18,7 +18,7 @@ in
|
||||
'')
|
||||
];
|
||||
options.services.foldingathome = {
|
||||
enable = mkEnableOption (lib.mdDoc "Enable the Folding@home client");
|
||||
enable = mkEnableOption (lib.mdDoc "Folding@home client");
|
||||
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
|
||||
Reference in New Issue
Block a user