Nix configurations for my homelab
0

Configure Feed

Select the types of activity you want to include in your feed.

minecraft/yembina: disable server

+1 -1
+1 -1
modules/services/minecraft/yembina/default.nix
··· 14 14 }; 15 15 in 16 16 { 17 - enable = true; 17 + enable = false; 18 18 package = pkgs.fabricServers.fabric-1_21_1; 19 19 jvmOpts = lib.strings.concatStringsSep " " [ 20 20 "-Xmx6G -Xms6G -XX:+UnlockExperimentalVMOptions -XX:+UnlockDiagnosticVMOptions"