Add jdk to oracles
This commit is contained in:
parent
a9e5829e23
commit
1632316027
|
@ -41,4 +41,9 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
bind = "172.23.108.12";
|
bind = "172.23.108.12";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Install java
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
jdk
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue