Add jdk to oracles

This commit is contained in:
Nathan McCarty 2022-06-03 23:00:13 -04:00
parent a9e5829e23
commit 1632316027
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 5 additions and 0 deletions

View File

@ -41,4 +41,9 @@
enable = true;
bind = "172.23.108.12";
};
# Install java
environment.systemPackages = with pkgs; [
jdk
];
}