remove mods

This commit is contained in:
2025-05-21 11:40:25 -05:00
parent 1586f724a5
commit 77a676036b
70 changed files with 10 additions and 10 deletions

View File

@@ -40,9 +40,9 @@
autoStart = true;
};
/*modded = {
modded = {
enable = true;
package = pkgs.fabricServers.fabric-1_21_1;
package = pkgs.fabricServers.fabric-1_25_1;
serverProperties = {
server-port = 25565;
gamemode = "survival";
@@ -59,7 +59,7 @@
symlinks = {
mods = ./mods;
};
};*/
};
};
};
};