Hi David,
"Thompson, David" <dthompson2@worcester.edu> skribis:
This is on purpose. :-) The manual gives this example:
(service openssh-service-type
(openssh-configuration
(x11-forwarding? #t)
(permit-root-login 'without-password)))
and that’s how it should be used. (See
In recent service submissions, I’ve suggested that we stop adding
‘foo-service’ procedures and instead directly expose the
‘foo-service-type’ and ‘foo-configuration’ records.
The rationale is that the service type and config records have to be
exposed anyway if we want users to be able to customize services (with
‘modify-services’), to remove services from a list, and so on.
The downside is that it’s more typing, but I think that’s reasonable.
Thoughts?
Ludo’.