nixos/hound: cleanup services.hound.enable
This commit is contained in:
@@ -11,13 +11,7 @@ in {
|
||||
|
||||
options = {
|
||||
services.hound = {
|
||||
enable = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
description = ''
|
||||
Whether to enable the hound code search daemon.
|
||||
'';
|
||||
};
|
||||
enable = mkEnableOption "hound";
|
||||
|
||||
package = mkPackageOption pkgs "hound" { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user