Switch minecraft server to OpenJ9

This commit is contained in:
Nathan McCarty 2022-06-17 18:40:24 -04:00
parent 96a6a21ecb
commit 5421b1409d
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }: { config, lib, pkgs, java, ... }:
{ {
# Use the systemd-boot EFI boot loader. # Use the systemd-boot EFI boot loader.
@ -44,7 +44,7 @@
# Install java # Install java
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
jdk java.packages.${system}.semeru-latest
borgbackup borgbackup
]; ];