alpha
Login
or
Join now
yemou.pink
/
nix-configs
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Nix configurations for my homelab
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
minecraft/yembina: disable server
author
yemou
date
3 weeks ago
(May 29, 2026, 1:12 AM -0400)
commit
9b23baa9
9b23baa97cc3ad1c0fae96a3872f83461efa9542
parent
4892d09b
4892d09b6d1d6028796c5eebca656d2f44a99e9a
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
modules
services
minecraft
yembina
default.nix
+1
-1
modules/services/minecraft/yembina/default.nix
Reviewed
···
14
14
};
15
15
in
16
16
{
17
17
-
enable = true;
17
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"