Sam Lehman :nixos:
Lehmanator@fosstodon.org
<p>Software developer, Nix enthusiast, friend</p>
Posts
-
Post #2933796
@eschguy In addition to the other suggestion about making sure the file ownership is right via the `sops.secrets.&quot;secretName&quot;.user` &amp; `sops.secrets.&quot;secretName&quot;.group` options, make sure that the option you are setting accepts a path, not a string literal of the secret data. Many of those options will be `service.myservice.secretPath` instead of `service.myservice.secret`. There are other things you can do via sops like `sops.templates` that can be ge...