Compare commits

..

No commits in common. "76285ef21d7ade6fb29815418258a7985c4f26fc" and "11cd2b225c086625f7f54d8a2842a4bdd2ade04a" have entirely different histories.

3 changed files with 4 additions and 7 deletions

View file

@ -8,6 +8,5 @@
./homarr.nix
./dashdot.nix
./miniflux.nix
./minecraft.nix
];
}

View file

@ -4,7 +4,7 @@
image = "marctv/minecraft-papermc-server:latest";
ports = ["25565:25565"];
environment = {
MEMORYSIZE = "10G";
MEMORYSIZE = "6G";
};
volumes = [
"/home/notoh/docker/mcserver:/data:rw"

View file

@ -57,11 +57,9 @@
"10.0.0.0/8"
"5.161.181.184"
];
jails.DEFAULT = {
settings = {
extraSettings = {
findtime = 100000;
mode = "aggressive";
};
};
};
}