Skip to content

Commit

Permalink
Merge pull request #29 from gelos-icmc/push-vqrxqkosykvu
Browse files Browse the repository at this point in the history
feat(minecraft): copiar arquivos de config
  • Loading branch information
Misterio77 authored Dec 28, 2024
2 parents 189a05f + d7898bc commit 9f0fa8e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
10 changes: 5 additions & 5 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
url = "github:mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-minecraft = {
url = "github:misterio77/nix-minecraft";
inputs.nixpkgs.follows = "nixpkgs";
};

# Projetos nixificados
gelos-site = {
Expand All @@ -25,11 +29,6 @@
url = "github:gelos-icmc/identidade-visual";
inputs.nixpkgs.follows = "nixpkgs";
};
# Para o servidor de Minecraft
nix-minecraft = {
url = "github:ViniciusDMSantos/nix-minecraft";
inputs.nixpkgs.follows = "nixpkgs";
};
};

outputs = {
Expand Down
3 changes: 3 additions & 0 deletions hosts/galapagos/services/minecraft-server.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ in {
symlinks = {
"mods" = "${modpack}/mods";
};
files = {
"config" = "${modpack}/config";
};
jvmOpts = "-Xms1G -Xmx8G -XX:+UseParallelGC";
};
};
Expand Down

0 comments on commit 9f0fa8e

Please sign in to comment.