-
Notifications
You must be signed in to change notification settings - Fork 813
Open
Labels
Description
Is your feature request related to a problem? Please describe.
Running on NixOS services.meshcentral, there's no way to implement environment variables through a secrets file, hardcoding secrets is not an option.
Describe the solution you'd like
For non-docker installs, it'd be great if you could have an environment file to define variables (in my case, OIDC client/secret information) and be able to substitute them in the config file.
Describe alternatives you've considered
I've tried to implement service config settings using sops-nix templating with no success.
Reactions are currently unavailable