mirror of
https://github.com/sstent/nixos-cluster.git
synced 2026-01-25 14:42:55 +00:00
addin ssh key
This commit is contained in:
@@ -51,7 +51,7 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
performance = {
|
performance = {
|
||||||
raft_multiplier = 5;
|
raft_multiplier = 7;
|
||||||
};
|
};
|
||||||
recursors = [
|
recursors = [
|
||||||
"192.168.1.1"
|
"192.168.1.1"
|
||||||
|
|||||||
@@ -30,6 +30,7 @@
|
|||||||
deployment_gc_threshold = "1h";
|
deployment_gc_threshold = "1h";
|
||||||
encrypt = "";
|
encrypt = "";
|
||||||
raft_protocol = 3;
|
raft_protocol = 3;
|
||||||
|
raft_multiplier = 5;
|
||||||
};
|
};
|
||||||
|
|
||||||
client = {
|
client = {
|
||||||
|
|||||||
Reference in New Issue
Block a user