This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* yee haw Signed-off-by: joe swanson <[email protected]> * Revert "yee haw" This reverts commit 64f9ce9. * pee pee Signed-off-by: joe swanson <[email protected]> * sorry if i break anything Signed-off-by: joe swanson <[email protected]> --------- Signed-off-by: joe swanson <[email protected]>
- Loading branch information
1 parent
8ef946b
commit 5ec9b10
Showing
5 changed files
with
23 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
config, | ||
pkgs, | ||
... | ||
}: { | ||
services.minecraft-server = { | ||
enable = true; | ||
eula = true; | ||
declarative = true; | ||
dataDir = "/srv/minecraft"; | ||
openFirewall = true; | ||
package = pkgs.minecraft-server; | ||
jvmOpts = "-Xms2048M -Xmx10G"; | ||
}; | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,5 @@ | |
./i18n.nix | ||
./hardware-config.nix | ||
]; | ||
system.stateVersion = "24.05"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters