Loading nixos/modules/services/mail/dovecot.nix +1 −1 Original line number Diff line number Diff line Loading @@ -328,7 +328,7 @@ in createMailUser = mkEnableOption ''automatically creating the user given in {option}`services.dovecot.user` and the group given in {option}`services.dovecot.group`.'' // { default = true; }; given in {option}`services.dovecot.group`'' // { default = true; }; modules = mkOption { type = types.listOf types.package; Loading nixos/modules/services/misc/blenderfarm.nix +2 −2 Original line number Diff line number Diff line Loading @@ -18,9 +18,9 @@ in meta.maintainers = with lib.maintainers; [ gador ]; options.services.blendfarm = with lib.types; { enable = lib.mkEnableOption "Blendfarm, a render farm management software for Blender."; enable = lib.mkEnableOption "Blendfarm, a render farm management software for Blender"; package = lib.mkPackageOption pkgs "blendfarm" { }; openFirewall = lib.mkEnableOption "Allow blendfarm network access through the firewall."; openFirewall = lib.mkEnableOption "allowing blendfarm network access through the firewall"; user = lib.mkOption { description = "User under which blendfarm runs."; Loading nixos/modules/services/monitoring/nagios.nix +1 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,7 @@ in options = { services.nagios = { enable = mkEnableOption ''[Nagios](https://www.nagios.org/) to monitor your system or network.''; enable = mkEnableOption ''[Nagios](https://www.nagios.org/) to monitor your system or network''; objectDefs = mkOption { description = '' Loading nixos/modules/services/networking/wstunnel.nix +2 −2 Original line number Diff line number Diff line Loading @@ -23,14 +23,14 @@ let }; commonOptions = { enable = lib.mkEnableOption "this `wstunnel` instance." // { enable = lib.mkEnableOption "this `wstunnel` instance" // { default = true; }; package = lib.mkPackageOption pkgs "wstunnel" { }; autoStart = lib.mkEnableOption "starting this wstunnel instance automatically." // { lib.mkEnableOption "starting this wstunnel instance automatically" // { default = true; }; Loading nixos/modules/services/web-apps/freshrss.nix +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ in meta.maintainers = with maintainers; [ etu stunkymonkey mattchrist ]; options.services.freshrss = { enable = mkEnableOption "FreshRSS RSS aggregator and reader with php-fpm backend."; enable = mkEnableOption "FreshRSS RSS aggregator and reader with php-fpm backend"; package = mkPackageOption pkgs "freshrss" { }; Loading Loading
nixos/modules/services/mail/dovecot.nix +1 −1 Original line number Diff line number Diff line Loading @@ -328,7 +328,7 @@ in createMailUser = mkEnableOption ''automatically creating the user given in {option}`services.dovecot.user` and the group given in {option}`services.dovecot.group`.'' // { default = true; }; given in {option}`services.dovecot.group`'' // { default = true; }; modules = mkOption { type = types.listOf types.package; Loading
nixos/modules/services/misc/blenderfarm.nix +2 −2 Original line number Diff line number Diff line Loading @@ -18,9 +18,9 @@ in meta.maintainers = with lib.maintainers; [ gador ]; options.services.blendfarm = with lib.types; { enable = lib.mkEnableOption "Blendfarm, a render farm management software for Blender."; enable = lib.mkEnableOption "Blendfarm, a render farm management software for Blender"; package = lib.mkPackageOption pkgs "blendfarm" { }; openFirewall = lib.mkEnableOption "Allow blendfarm network access through the firewall."; openFirewall = lib.mkEnableOption "allowing blendfarm network access through the firewall"; user = lib.mkOption { description = "User under which blendfarm runs."; Loading
nixos/modules/services/monitoring/nagios.nix +1 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,7 @@ in options = { services.nagios = { enable = mkEnableOption ''[Nagios](https://www.nagios.org/) to monitor your system or network.''; enable = mkEnableOption ''[Nagios](https://www.nagios.org/) to monitor your system or network''; objectDefs = mkOption { description = '' Loading
nixos/modules/services/networking/wstunnel.nix +2 −2 Original line number Diff line number Diff line Loading @@ -23,14 +23,14 @@ let }; commonOptions = { enable = lib.mkEnableOption "this `wstunnel` instance." // { enable = lib.mkEnableOption "this `wstunnel` instance" // { default = true; }; package = lib.mkPackageOption pkgs "wstunnel" { }; autoStart = lib.mkEnableOption "starting this wstunnel instance automatically." // { lib.mkEnableOption "starting this wstunnel instance automatically" // { default = true; }; Loading
nixos/modules/services/web-apps/freshrss.nix +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ in meta.maintainers = with maintainers; [ etu stunkymonkey mattchrist ]; options.services.freshrss = { enable = mkEnableOption "FreshRSS RSS aggregator and reader with php-fpm backend."; enable = mkEnableOption "FreshRSS RSS aggregator and reader with php-fpm backend"; package = mkPackageOption pkgs "freshrss" { }; Loading