summary refs log tree commit diff stats
path: root/system/settings
diff options
context:
space:
mode:
Diffstat (limited to 'system/settings')
-rw-r--r--system/settings/satoshipay.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/system/settings/satoshipay.nix b/system/settings/satoshipay.nix
index 3fc0db36..fb2c9cbf 100644
--- a/system/settings/satoshipay.nix
+++ b/system/settings/satoshipay.nix
@@ -49,18 +49,6 @@
     };
   };
 
-  services.redis = {
-    enable = true;
-  };
-  systemd.services.redis.wantedBy = lib.mkForce [];
-  systemd.timers.redis = {
-    description = "Delayed startup of Redis";
-    wantedBy = [ "timers.target" ];
-    timerConfig = {
-      OnActiveSec = "1 min";
-    };
-  };
-
   services.postgresql = {
     enable = true;
     ensureDatabases = ["satoshipay"];