summary refs log tree commit diff
path: root/nixos/modules/services/networking/shellhub-agent.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/shellhub-agent.nix')
-rw-r--r--nixos/modules/services/networking/shellhub-agent.nix9
1 files changed, 1 insertions, 8 deletions
diff --git a/nixos/modules/services/networking/shellhub-agent.nix b/nixos/modules/services/networking/shellhub-agent.nix
index c7f3f9184c4..7a92636b5e3 100644
--- a/nixos/modules/services/networking/shellhub-agent.nix
+++ b/nixos/modules/services/networking/shellhub-agent.nix
@@ -12,14 +12,7 @@ in
 
     services.shellhub-agent = {
 
-      enable = mkOption {
-        type = types.bool;
-        default = false;
-        description = ''
-          Whether to enable the ShellHub Agent daemon, which allows
-          secure remote logins.
-        '';
-      };
+      enable = mkEnableOption "ShellHub Agent daemon";
 
       package = mkOption {
         type = types.package;