From e3da3c8ccb29fcbd3ca52d8e3bce07c4fc5bc5e3 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 30 Nov 2024 18:44:44 +0100 Subject: marvin: set up temporary redis server for testing --- system/marvin.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'system') diff --git a/system/marvin.nix b/system/marvin.nix index 1907aa39..0e022fb7 100644 --- a/system/marvin.nix +++ b/system/marvin.nix @@ -11,6 +11,14 @@ group = "wheel"; }; + services.redis = { + enable = true; + bind = "127.0.0.1 ::1"; + extraConfig = '' + save "" + ''; + }; + programs.fish.enable = true; environment.shells = with pkgs; [ fish -- cgit 1.4.1