fix(config): Use OpenJDK instead of Oracle JDK

This commit is contained in:
Vincent Ambo 2018-05-01 15:22:23 +02:00
parent 693f92731b
commit f4d1bb966c

View file

@ -57,6 +57,8 @@
# Configure various other applications:
programs = {
java.enable = true;
java.package = pkgs.openjdk;
fish.enable = true;
ssh.startAgent = true;
};