diff --git a/machines/oracles.nix b/machines/oracles.nix index ef3a623..32e5f05 100644 --- a/machines/oracles.nix +++ b/machines/oracles.nix @@ -41,4 +41,9 @@ enable = true; bind = "172.23.108.12"; }; + + # Install java + environment.systemPackages = with pkgs; [ + jdk + ]; }