mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
fix argument in mkEnableOption
This commit is contained in:
parent
f780791429
commit
cf44a27fc4
14 changed files with 17 additions and 17 deletions
|
@ -7,7 +7,7 @@ let
|
|||
|
||||
in {
|
||||
options.services.skydns = {
|
||||
enable = mkEnableOption "Whether to enable skydns service.";
|
||||
enable = mkEnableOption "skydns service";
|
||||
|
||||
etcd = {
|
||||
machines = mkOption {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue