diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2021-08-07 17:10:29 +0200 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2021-08-07 17:10:29 +0200 |
| commit | 655cbee4e003e7df799cb538e8d5f296fa0930fb (patch) | |
| tree | 0e2eb979c5daa2abca4e631cda0a2e14646b6681 | |
| parent | 031d58b764f3976deeb2766963c04b3727e5dc1c (diff) | |
remove useless comment
| -rw-r--r-- | config/searx/default.nix | 22 |
1 files changed, 0 insertions, 22 deletions
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 = [ |
