Skip to content

Commit 6591213

Browse files
committed
nixos/glance: clarify settings _secret
1 parent 3e410b7 commit 6591213

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

nixos/modules/services/web-apps/glance.nix

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,8 @@ in
100100
for more.
101101
102102
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
103+
attribute set with this format: `{ _secret = "/path/to/secret"; }`.
104+
See the example in `services.glance.settings.pages` at the weather widget
107105
with a location secret to get a better picture of this.
108106
'';
109107
};

0 commit comments

Comments
 (0)