fix(config): Use OpenJDK instead of Oracle JDK
This commit is contained in:
parent
693f92731b
commit
f4d1bb966c
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,8 @@
|
||||||
# Configure various other applications:
|
# Configure various other applications:
|
||||||
programs = {
|
programs = {
|
||||||
java.enable = true;
|
java.enable = true;
|
||||||
|
java.package = pkgs.openjdk;
|
||||||
|
|
||||||
fish.enable = true;
|
fish.enable = true;
|
||||||
ssh.startAgent = true;
|
ssh.startAgent = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue