nixos/hound: cleanup services.hound.enable

This commit is contained in:
Marcel
2024-06-27 21:56:18 +02:00
parent 81b8f02ce4
commit 73e7708bee
+1 -7
View File
@@ -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" { };