add jdk to server
This commit is contained in:
parent
6c5ddcadff
commit
5a55f15df1
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ in {
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
certbot
|
certbot
|
||||||
|
jdk
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue