treewide: use mkEnableOption in nixos modules

This commit is contained in:
Daniel Nagy
2022-11-09 22:45:00 +01:00
parent 095269c862
commit b4674b39c1
31 changed files with 36 additions and 131 deletions

View File

@@ -12,7 +12,7 @@ in
{
###### interface
options.services.kubernetes.flannel = {
enable = mkEnableOption (lib.mdDoc "enable flannel networking");
enable = mkEnableOption (lib.mdDoc "flannel networking");
};
###### implementation