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/soju: add admin socket option and sojuctl wrapper #258520

Merged
merged 4 commits into from Apr 8, 2024

Commits on Apr 7, 2024

  1. Copy the full SHA
    4959d7b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5207bb7 View commit details
    Browse the repository at this point in the history
  3. nixos/soju: add sojuctl wrapper with config path

    The config is a in an arbitrary nix store path, and is necessary to
    invoke sojuctl. Without the wrapper, you have to read the systemd unit
    or use a similar trick to find it.
    Benjamin-L committed Apr 7, 2024
    Copy the full SHA
    d772ac1 View commit details
    Browse the repository at this point in the history
  4. nixos/soju: add tests

    For now, just try creating a user with sojuctl. Actually connecting an
    irc client is pretty annoying.
    Benjamin-L committed Apr 7, 2024
    Copy the full SHA
    e9fed4b View commit details
    Browse the repository at this point in the history