List of records in G-Exp

2023-07-25 Thread Martin Baulig via
Hello, I'm currently working on a somewhat complex service; there are multiple daemons, each running as its own user, and some "secrets" that need to be installed (passwords, X.509 certificate keys). After getting a prototype up and running a couple of weeks ago, I'm now trying to polish things

Serializing service config to YAML

2023-07-25 Thread TakeV
Hello there! I am attempting to create a service to run a package (specifically this https://github.com/superseriousbusiness/gotosocial) via shepherd. I have the config defined as specified in the complex configuration part of the manual, and I was wondering if there are any existing examples

Re: Where is javac?

2023-07-25 Thread Blake McBride
guix install openjdk@17:jdk On Mon, Jul 24, 2023 at 7:42 PM Blake McBride wrote: > Greetings, > > I am using the Guix OS version 1.4 with all of the updates. I installed > Java with the command: > > guix install openjdk@17 > > That correctly installed java version 17 but did not install javac

Where is javac?

2023-07-25 Thread Blake McBride
Greetings, I am using the Guix OS version 1.4 with all of the updates. I installed Java with the command: guix install openjdk@17 That correctly installed java version 17 but did not install javac. So: # java -version returns version 17 #javac -version returns command not found The JDK shou