diff options
Diffstat (limited to 'modules/nixos/services')
| -rw-r--r-- | modules/nixos/services/hercules.nix | 4 | ||||
| -rw-r--r-- | modules/nixos/services/promtail.nix | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/modules/nixos/services/hercules.nix b/modules/nixos/services/hercules.nix index c394da0..879367c 100644 --- a/modules/nixos/services/hercules.nix +++ b/modules/nixos/services/hercules.nix @@ -15,8 +15,8 @@ }; in { options.server.services.hercules-ci = { - enable = mkEnableOption "enable hercules-ci"; - secrets.enable = mkEnableOption "manage secrets for hercules-ci"; + enable = mkEnableOption "hercules-ci"; + secrets.enable = mkEnableOption "secrets management for hercules-ci"; }; config = mkIf cfg.enable { diff --git a/modules/nixos/services/promtail.nix b/modules/nixos/services/promtail.nix index 63faf15..ced1ece 100644 --- a/modules/nixos/services/promtail.nix +++ b/modules/nixos/services/promtail.nix @@ -7,7 +7,7 @@ inherit (lib) mkEnableOption mkIf mkOption types; in { options.server.services.promtail = { - enable = mkEnableOption "enable promtail"; + enable = mkEnableOption "Promtail"; clients = mkOption { type = types.listOf types.attrs; |
