mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-13 10:18:55 +02:00
Refactor Minecraft modpack configuration and update symlinks
This commit is contained in:
parent
02836a213a
commit
c605464950
2 changed files with 13 additions and 31 deletions
|
|
@ -10,7 +10,7 @@
|
|||
# Try to use the nix-minecraft helper if the overlay is present; otherwise
|
||||
# fall back to a local path. If you use the fallback, ensure the path is an
|
||||
# unpacked modpack directory with `mods` and `config` subdirectories.
|
||||
modpack = /srv/minecraft/modpacks/AllTheMods10-prg.mrpack;
|
||||
modpack = /srv/minecraft/modpacks/atm10;
|
||||
in {
|
||||
options.local = {
|
||||
hostname = lib.mkOption {
|
||||
|
|
@ -70,7 +70,7 @@ in {
|
|||
eula = true;
|
||||
openFirewall = true;
|
||||
|
||||
servers.all-the-mods-ten-tss = {
|
||||
servers.all-the-mods-tss = {
|
||||
enable = true;
|
||||
autoStart = true;
|
||||
restart = "always";
|
||||
|
|
@ -110,34 +110,16 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
#symlinks = {
|
||||
# "mods" = "${modpack}/overrides/mods";
|
||||
# "moddata" = "${modpack}/overrides/moddata";
|
||||
# "resourcepacks" = "${modpack}/overrides/resourcepacks";
|
||||
# "shaderpacks" = "${modpack}/overrides/shaderpacks";
|
||||
# "dynamic-resource-pack-cache" = "${modpack}/overrides/dynamic-resource-pack-cache";
|
||||
# "dynamic-data-pack-cache" = "${modpack}/overrides/dynamic-data-pack-cache";
|
||||
#};
|
||||
#files = {
|
||||
# "backup" = "${modpack}/overrides/backup";
|
||||
# "blueprints" = "${modpack}/overrides/blueprints";
|
||||
# "command_history.txt" = "${modpack}/overrides/command_history.txt";
|
||||
# "config" = "${modpack}/overrides/config";
|
||||
# "datapacks" = "${modpack}/overrides/datapacks";
|
||||
# "downloads" = "${modpack}/overrides/downloads";
|
||||
# "ESM" = "${modpack}/overrides/ESM";
|
||||
# "eula.txt" = "${modpack}/overrides/eula.txt";
|
||||
# "fancymenu_data" = "${modpack}/overrides/fancymenu_data";
|
||||
# "journeymap" = "${modpack}/overrides/journeymap";
|
||||
# "kubejs" = "${modpack}/overrides/kubejs";
|
||||
# "manifest.json" = "${modpack}/overrides/manifest.json";
|
||||
# "minecraftinstance.json" = "${modpack}/overrides/minecraftinstance.json";
|
||||
# "observable_announce" = "${modpack}/overrides/observable_announce";
|
||||
# "options.txt" = "${modpack}/overrides/options.txt";
|
||||
# "patchouli_books" = "${modpack}/overrides/patchouli_books";
|
||||
# "patchouli_data.json" = "${modpack}/overrides/patchouli_data.json";
|
||||
# "schematics" = "${modpack}/overrides/schematics";
|
||||
#};
|
||||
symlinks = {
|
||||
"mods" = "${modpack}/mods";
|
||||
"datapacks" = "${modpack}/datapacks";
|
||||
};
|
||||
files = {
|
||||
"config" = "${modpack}/config";
|
||||
"defaultconfigs" = "${modpack}/defaultconfigs";
|
||||
"kubejs" = "${modpack}/kubejs";
|
||||
"local" = "${modpack}/local";
|
||||
};
|
||||
};
|
||||
|
||||
servers.fabric-modded = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue