diff --git a/flake.nix b/flake.nix index 408f1c6..52b7573 100644 --- a/flake.nix +++ b/flake.nix @@ -174,13 +174,13 @@ port = 1234; settings = { - "keys" = ["one" "two" "three"]; - "max-size" = "1GB"; - "max-data" = "100GB"; - "buffer-size" = "12MiB"; - "database" = "/root/testdata_state.json"; - "database-update-interval" = 5.0; - "log" = "/root/log.jsonl"; + keys = ["one" "two" "three"]; + max-size = "1GB"; + max-data = "100GB"; + buffer-size = "12MiB"; + database = "/root/testdata_state.json"; + database-update-interval = 5.0; + log = "/root/log.jsonl"; }; }; }