forge-server: Fix potential duplicate definition of config
This commit is contained in:
parent
70e5b6206e
commit
71d783ec11
2 changed files with 4 additions and 4 deletions
configuration/services
|
@ -67,7 +67,7 @@ in {
|
|||
(pkgs.local.forge-server.override {
|
||||
jre_headless = pkgs.jdk11_headless;
|
||||
mods = pkgs.local.voor-kia;
|
||||
config = ./configs/minecraft/voor-kia/config;
|
||||
modConfig = ./configs/minecraft/voor-kia/config;
|
||||
defaultconfigs = ./configs/minecraft/voor-kia/defaultconfigs;
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue