mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-12 05:16:25 +03:00
treewide: use mkEnableOption
in nixos modules
This commit is contained in:
parent
095269c862
commit
b4674b39c1
31 changed files with 36 additions and 131 deletions
|
@ -75,7 +75,7 @@ let
|
|||
|
||||
in {
|
||||
options.services.peertube = {
|
||||
enable = lib.mkEnableOption (lib.mdDoc "Enable Peertube’s service");
|
||||
enable = lib.mkEnableOption (lib.mdDoc "Peertube");
|
||||
|
||||
user = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue