Compare commits
No commits in common. "7bb998d022a95ee0659e383b5b604bc3ec05cec1" and "0d28d1e48cccd3502098e9f9b2d7a415f0e7b5dc" have entirely different histories.
7bb998d022
...
0d28d1e48c
2 changed files with 5 additions and 8 deletions
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"nixEnvSelector.suggestion": false
|
||||
}
|
||||
|
|
@ -1,10 +1,10 @@
|
|||
{ inputs, lib, pkgs, ... }: let
|
||||
ram-allocation = "10240M";
|
||||
auth-server = "https://mc.satr14.my.id";
|
||||
modpack = pkgs.fetchPackwizModpack {
|
||||
url = "https://git.satr14.my.id/satr14/server-modpack/raw/commit/a1372bf1b044fd178d5ca29a8b01805f56c9ee4f/pack.toml";
|
||||
packHash = "sha256-TCBGa4W+hi6iMzaI9GkapgaQGib0mvhnOObTdEgO/Rs=";
|
||||
};
|
||||
# modpack = pkgs.fetchPackwizModpack {
|
||||
# url = "";
|
||||
# packHash = "";
|
||||
# };
|
||||
in {
|
||||
imports = [ inputs.mc.nixosModules.minecraft-servers ];
|
||||
nixpkgs.overlays = [ inputs.mc.overlay ];
|
||||
|
|
@ -93,7 +93,7 @@ in {
|
|||
|
||||
symlinks = {
|
||||
# "resources/datapack/required" = "${modpack}/datapacks";
|
||||
"mods" = "${modpack}/mods";
|
||||
# "mods" = "${modpack}/mods";
|
||||
|
||||
# "server-icon.png" = "${modpack}/server-icon.png";
|
||||
# "config" = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue