Skip to content
Snippets Groups Projects
Commit 12225fd4 authored by Samuel Laurén's avatar Samuel Laurén
Browse files

mkEnableOption

parent 6c5893b2
No related branches found
No related tags found
No related merge requests found
...@@ -6,11 +6,7 @@ let cfg = config.services.coffeecam; ...@@ -6,11 +6,7 @@ let cfg = config.services.coffeecam;
in { in {
options.services.coffeecam = { options.services.coffeecam = {
enable = mkOption { enable = mkEnableOption "coffeecam";
description = "Enable coffeecam streaming service";
type = types.bool;
default = false;
};
targetAddress = mkOption { targetAddress = mkOption {
description = "Stream target"; description = "Stream target";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment