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 12, 2024
1 parent d63ad3d commit 5b0e09b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nixos/modules/phoebus/client.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
pkg = pkgs.epnix.phoebus.override {java_opts = cfg.java_opts;};
in {
options.programs.phoebus-client = {
enable = lib.mkEnableOption ''installing and configuring 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
4 changes: 1 addition & 3 deletions pkgs/epnix/tools/phoebus/client/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,5 @@ stdenv.mkDerivation {
})
];

meta = {
inherit (epnix.phoebus-unwrapped) meta;
};
inherit (epnix.phoebus-unwrapped) meta;
}

0 comments on commit 5b0e09b

Please sign in to comment.