diff options
| author | seth <[email protected]> | 2024-02-02 14:40:21 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-02-02 14:40:21 -0500 |
| commit | 9758b8236dcaafb958e6ef4f634d201af0bea80b (patch) | |
| tree | 5c5e2ad317d6bef10a26487c5aa2e7887e18f68c /modules/nixos/services/hercules.nix | |
| parent | b405f4750738a0850cf220f7bade601a8c6355b5 (diff) | |
modules/nixos+darwin: make everything an actual module again
Diffstat (limited to 'modules/nixos/services/hercules.nix')
| -rw-r--r-- | modules/nixos/services/hercules.nix | 4 |
1 files changed, 2 insertions, 2 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 { |
