Nix configurations for my homelab
0

Configure Feed

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

minecraft: disable harpy-express server

+2 -1
+2 -1
modules/services/minecraft/harpy-express.nix
··· 1 + # TODO: When I bring this back, change the domain to harpy-express.mc.biota.cafe 1 2 { lib, pkgs, ... }: 2 3 { 3 4 ··· 15 16 }; 16 17 in 17 18 { 18 - enable = true; 19 + enable = false; 19 20 package = pkgs.fabricServers.fabric-1_21_1; 20 21 jvmOpts = lib.strings.concatStringsSep " " [ 21 22 "-Xmx2G -Xms2G -XX:+UnlockExperimentalVMOptions -XX:+UnlockDiagnosticVMOptions"