On Fri, Mar 12, 2021 at 05:05:51PM -0500, Leo Famulari wrote: > Here is an updated patch that can be composed with other > sysctl-service-types that the user may have added to config.scm. The only issue that I see with this revised patch is that it's not clear how users could disable these default settings if they wanted to. Re-setting these options to another value by adding a sysctl-service-type to the services field of config.scm does not override the default-settings. And trying to remove the default-sysctl-settings simple-service doesn't work (even when exporting the variable from (gnu services base)). Does anyone know how we could make it possible for users to change these new defaults?