summaryrefslogtreecommitdiff
path: root/config/services/web/searx/morty
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2021-08-14 19:52:59 +0200
committerQuentin Aristote <quentin@aristote.fr>2021-08-14 19:52:59 +0200
commit9fe6fbd42a212b4921be67cd2bc58a16b18f5a50 (patch)
tree6e2c152595040abeb1ec276a5196586a1c59b746 /config/services/web/searx/morty
parent098da93e5deb2fc0043e15f3817191f5bd668e34 (diff)
debug
Diffstat (limited to 'config/services/web/searx/morty')
-rw-r--r--config/services/web/searx/morty/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/config/services/web/searx/morty/default.nix b/config/services/web/searx/morty/default.nix
index 1a2b0e7..8eeede8 100644
--- a/config/services/web/searx/morty/default.nix
+++ b/config/services/web/searx/morty/default.nix
@@ -16,7 +16,5 @@ in {
};
};
- services.morty = {
- enable = false;
- };
+ services.morty = { enable = false; };
}