Skip to content

Commit

Permalink
fixup! nixos/phoebus: add modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthieu Daniel-Thomas committed Dec 9, 2024
1 parent 0a74f8e commit 2643af5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nixos/modules/phoebus/client.nix
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
config,
lib,
epnix,
pkgs,
...
}: let
cfg = config.programs.phoebus-client;
pkg = pkgs.epnix.phoebus.override {java_opts = cfg.java_opts;};
in {
options.programs.phoebus-client = {
enable = lib.mkEnableOption ''Enable the Phoebus client'';
enable = lib.mkEnableOption ''installing and configuring the Phoebus client'';
java_opts = lib.mkOption {
type = lib.types.str;
default = "-XX:MinHeapSize=128m -XX:MaxHeapSize=4g -XX:InitialHeapSize=1g -XX:MaxHeapFreeRatio=10 -XX:MinHeapFreeRatio=5 -XX:-ShrinkHeapInSteps -XX:NativeMemoryTracking=detail";
Expand Down

0 comments on commit 2643af5

Please sign in to comment.