add jdk to server

This commit is contained in:
KoenDR06 2025-09-17 00:05:01 +02:00
parent 6c5ddcadff
commit 5a55f15df1

View file

@ -16,6 +16,7 @@ in {
config = mkIf cfg.enable { config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
certbot certbot
jdk
]; ];
}; };
} }