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 ./homarr.nix
./dashdot.nix ./dashdot.nix
./miniflux.nix ./miniflux.nix
./minecraft.nix
]; ];
} }

View file

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

View file

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