!aRKdLCkUeIFjRPZuJT:nixos.org

NixOS JVM

121 Members
27 Servers

Load older messages


SenderMessageTime
19 Jul 2025
@msgilligan:matrix.orgmsgilliganI'm currently reading it...20:22:37
@vog:matrix.orgvog

Summary:

  • With postgresql_jdbc we are out of luck with JEP 380, we do need junixsocket
20:22:44
@vog:matrix.orgvog
  • The Vert.x Postgres Client does support JEP 380, and might even be accessible by keycloak given that keycloak uses Quarkus. But I have no idea how to configure this.
20:23:45
@vog:matrix.orgvog(at least that's my understand of this issue. Feel free to correct me.)20:25:02
@msgilligan:matrix.orgmsgilliganAre you going to use the Keycloak module: https://nixos.org/manual/nixos/stable/index.html#module-services-keycloak ?20:27:24
@vog:matrix.orgvog No, because I need it to run in a bwrap sandbox, in which running systemd is a pain. So I essentially just use pkgs.keycloak.override { ... my config, my plugins ... } and this serves my needs pretty well. 20:33:03
@vog:matrix.orgvog(except for the missing unix socket support)20:33:20
@emilazy:matrix.orgemilysystemd can all the bwrap sandboxing stuff itself20:33:26
@emilazy:matrix.orgemilymany service modules in NixOS already apply a bunch of such hardening20:33:33
@emilazy:matrix.orgemily* systemd can do all the bwrap sandboxing stuff itself20:33:40
@vog:matrix.orgvogIt's not just about hardening. It's about providing lightweight containers.20:34:02
@vog:matrix.orgvogSo I need process supervision inside the sandbox, not outside.20:34:43
@emilazy:matrix.orgemilyright, NixOS modules are quite bad about being unnecessarily singleton20:35:00
@vog:matrix.orgvogThe s6 tool do perform this job perfectly.20:35:03
@emilazy:matrix.orgemilywe do have NixOS containers for that, but they are moderately heavyweight20:35:18
@infinidoge:inx.moeInfinidoge 🏳️‍⚧️
In reply to @emilazy:matrix.org
right, NixOS modules are quite bad about being unnecessarily singleton
Entire reason behind nix-minecraft lmao
20:35:30
@infinidoge:inx.moeInfinidoge 🏳️‍⚧️Being able to host Exactly One minecraft server sucks20:35:54
@vog:matrix.orgvogOk, but back to you original quesion: No, I don't neet a module configuration, just a pkgs configuration. But why were you asking?20:36:28
@emilazy:matrix.orgemilyunfortunately the module system is kind of bad (my hot take)20:36:33
@emilazy:matrix.orgemily(but the things we do with the module system are nice)20:36:47
@emilazy:matrix.orgemilydo wish we had something that didn't make singletons the happy path20:37:02
@emilazy:matrix.orgemilybecause manual containerization sucks20:37:10
@vog:matrix.orgvogOk, so I'm now back where I started. Many alternatives, but none of which appears interesting of even feasible to me. So I'd like to add junixsocket.20:39:36
@vog:matrix.orgvogCrazy idea: What if we make junixsocket, perhaps just the two parts "junixsocket-common" and "junixsocket-native-common", a dependency on postgresql_jdbc? That way, every Nix package that uses pkgs.postgresql_jdbc would automatically have support for unix sockets.20:41:12
@infinidoge:inx.moeInfinidoge 🏳️‍⚧️Not particularly crazy, a lot of packages do stuff like that, only skipping it if the optional dependency os extremely heavy20:41:57
@infinidoge:inx.moeInfinidoge 🏳️‍⚧️* Not particularly crazy, a lot of packages do stuff like that, only skipping it if the optional dependency is extremely heavy20:42:15
@vog:matrix.orgvogSo would it make sense if I propose a pull request for exactly that? Or would that be doomed to be rejected? (In which case I'd work on a less intrusive solution instead)20:43:03
@infinidoge:inx.moeInfinidoge 🏳️‍⚧️Most PRs are usually doomed to inactivity instead of rejection20:43:37
@infinidoge:inx.moeInfinidoge 🏳️‍⚧️This change makes perfect sense to me so I say go for it20:44:00
@vog:matrix.orgvogI'm a bit confused about java package conventions, though. So continuing my list of questions:21:32:58

Show newer messages


Back to Room ListRoom Version: 6