We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e410b7 commit 6591213Copy full SHA for 6591213
nixos/modules/services/web-apps/glance.nix
@@ -100,10 +100,8 @@ in
100
for more.
101
102
Settings containing secret data should be set to an
103
- attribute set containing the attribute
104
- <literal>_secret</literal> - a string pointing to a file
105
- containing the value the option should be set to. See the
106
- example in `services.glance.settings.pages` at the weather widget
+ attribute set with this format: `{ _secret = "/path/to/secret"; }`.
+ See the example in `services.glance.settings.pages` at the weather widget
107
with a location secret to get a better picture of this.
108
'';
109
};
0 commit comments