cluster/services/storage: make replication_mode a string
This commit is contained in:
parent
ae4385d6d3
commit
75a4987efe
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ in
|
|||
enable = true;
|
||||
package = depot.packages.garage;
|
||||
settings = {
|
||||
replication_mode = 3;
|
||||
replication_mode = "3";
|
||||
block_size = 16 * 1024 * 1024;
|
||||
db_engine = "lmdb";
|
||||
metadata_dir = "/var/lib/garage-metadata";
|
||||
|
|
Loading…
Reference in a new issue