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.
2 parents be8392f + 988be66 commit ae8bb43Copy full SHA for ae8bb43
1 file changed
nixos/modules/services/mail/maddy.nix
@@ -329,8 +329,8 @@ in
329
This option does not delete accounts which are not (anymore) listed.
330
'';
331
example = {
332
- "user1@localhost".passwordFile = /secrets/user1-localhost;
333
- "user2@localhost".passwordFile = /secrets/user2-localhost;
+ "user1@localhost".passwordFile = "/secrets/user1-localhost";
+ "user2@localhost".passwordFile = "/secrets/user2-localhost";
334
};
335
type = lib.types.attrsOf (
336
lib.types.submodule {
0 commit comments