diff options
author | tv <tv@shackspace.de> | 2015-07-13 17:36:31 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-07-13 17:47:49 +0200 |
commit | 0345c30b1b3c3b01ba5455a7fc6bee338c36052a (patch) | |
tree | 73cd25f1107480295823ca5f904362f98401e85a /3modules/tv/retiolum.nix | |
parent | c27bd8af5d8b0ef638d703ad8942ce2309785e2e (diff) |
3 tv.*: use mkEnableOption
Diffstat (limited to '3modules/tv/retiolum.nix')
-rw-r--r-- | 3modules/tv/retiolum.nix | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/3modules/tv/retiolum.nix b/3modules/tv/retiolum.nix index 7c78d7124..8dc4197aa 100644 --- a/3modules/tv/retiolum.nix +++ b/3modules/tv/retiolum.nix @@ -11,11 +11,7 @@ let }; api = { - enable = mkOption { - type = types.bool; - default = false; - description = "Enable tinc daemon for Retiolum."; - }; + enable = mkEnableOption "tv.retiolum"; name = mkOption { type = types.str; |