Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nixos/unifi: Add the ability to specify extra JVM options #266528

Merged
merged 3 commits into from
Nov 15, 2023

Commits on Nov 12, 2023

  1. nixos/unifi: Clean up formatting

    This removes "with lib", which advances NixOS#208242 a bit, and cleans up a few
    formatting nits found by nixfmt.
    lucasbergman committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    2bc02c0 View commit details
    Browse the repository at this point in the history
  2. nixos/unifi: Switch command line args to a list

    There's no functionality change here, but this makes it a bit more
    convenient to add more args.
    lucasbergman committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    50ff8ff View commit details
    Browse the repository at this point in the history
  3. nixos/unifi: Add extraJvmOptions option

    This can be useful for adding extra logging, tweaking garbage collector
    parameters, and for using JMX to monitor the JVM.
    lucasbergman committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    07828dc View commit details
    Browse the repository at this point in the history