This commit is contained in:
parent
e18b028d06
commit
9b29d097f8
3 changed files with 31 additions and 30 deletions
|
@ -27,10 +27,10 @@ in {
|
|||
|
||||
services.garage = {
|
||||
enable = true;
|
||||
package = pkgs.garage_0_9;
|
||||
package = pkgs.garage_1;
|
||||
settings = {
|
||||
db_engine = "lmdb"; # Recommended for mastodon
|
||||
replication_mode = "1";
|
||||
db_engine = "lmdb";
|
||||
replication_factor = 1;
|
||||
compression_level = 0;
|
||||
|
||||
# For inter-node comms
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue