From 655cbee4e003e7df799cb538e8d5f296fa0930fb Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Sat, 7 Aug 2021 17:10:29 +0200 Subject: remove useless comment --- config/searx/default.nix | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'config/searx') diff --git a/config/searx/default.nix b/config/searx/default.nix index 1181d22..abd1b19 100644 --- a/config/searx/default.nix +++ b/config/searx/default.nix @@ -86,28 +86,6 @@ in { }; # Filtron - # users.users.filtron = { - # description = "Filtron daemon user"; - # group = "filtron"; - # isSystemUser = true; - # }; - # users.groups.filtron = { }; - - # systemd.services.filtron = { - # wantedBy = [ "multi-user.target" ]; - # after = [ "network.target" ]; - # description = "Start a filtron instance."; - # serviceConfig = { - # User = "filtron"; - # ExecStart = '' - # ${pkgs.personal.filtron}/bin/filtron -rules ${./filtron.json} \ - # -api "127.0.0.1:${toString ports.filtron.api}" \ - # -listen "127.0.0.1:${toString ports.filtron.listen}" \ - # -target "127.0.0.1:${toString ports.searx}" - # ''; - # }; - # }; - services.filtron = { enable = true; rules = [ -- cgit v1.2.3