marvin: set up temporary redis server for testing
Alan Pearce alan@alanpearce.eu
Sat, 30 Nov 2024 18:44:44 +0100
1 files changed, 8 insertions(+), 0 deletions(-)
jump to
M system/marvin.nix → system/marvin.nix
@@ -11,6 +11,14 @@ user = "root"; group = "wheel"; }; + services.redis = { + enable = true; + bind = "127.0.0.1 ::1"; + extraConfig = '' + save "" + ''; + }; + programs.fish.enable = true; environment.shells = with pkgs; [ fish