gnunet: bump limits

This commit is contained in:
Astro 2022-07-07 00:32:02 +02:00
parent 8ef962fe16
commit c485214385
1 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,7 @@
server = "server10";
mounts = [ "etc" "var" ];
};
microvm.mem = 1024;
networking = {
hostName = "gnunet";
@ -14,5 +15,10 @@
services.gnunet = {
enable = true;
load = {
# bits/s
maxNetDownBandwidth = 1000 * 1000 * 1000;
maxNetUpBandwidth = 10 * 1000 * 1000;
};
};
}