From 946f3c5d596b7da3f1a36afaff64eeed21df820b Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Sat, 21 Mar 2026 13:56:58 +0100 Subject: [PATCH] Add more persistence --- nix-system-configs/modules/system/database.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix-system-configs/modules/system/database.nix b/nix-system-configs/modules/system/database.nix index c7c73b9..df1d32e 100644 --- a/nix-system-configs/modules/system/database.nix +++ b/nix-system-configs/modules/system/database.nix @@ -711,7 +711,7 @@ in { # # You can set these explicitly by uncommenting the following line. # - # save 3600 1 300 100 60 10000 + save 3600 1 300 100 60 10000 # By default the server will stop accepting writes if RDB snapshots are enabled # (at least one save point) and the latest background save failed. @@ -1728,7 +1728,7 @@ in { # # Please check https://valkey.io/topics/persistence for more information. - appendonly no + appendonly yes # The base name of the append only file. #