about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2016-07-04 01:49:32 +0200
committerProfpatsch <mail@profpatsch.de>2016-07-04 01:49:32 +0200
commita1103527067f43e10f5562948e925303c313c04b (patch)
tree46c1c8d3235850c9209584a5ce3cee241ed98bf5 /machines
parentcbe7c7b453281c16e4b070aa8a2c44e58d89407b (diff)
machines/katara: disable locate & searx again
Diffstat (limited to 'machines')
-rw-r--r--machines/profpatsch/katara.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix
index 50f9c040..d1716658 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -193,19 +193,12 @@ in {
       temperature.day = 6300;
     };
 
-    # locate
-    services.locate = {
-      enable = true;
-    };
-
     # Automount
     services.udisks2.enable = true;
 
     # TODO: taffybar battery depends on this
     services.upower.enable = true;
 
-    services.searx.enable = true;
-
     ###################
     # Graphical System